Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
Qt
QtMultimedia
Commits
50848712
Commit
50848712
authored
11 years ago
by
Oswald Buddenhagen
Browse files
Options
Download
Plain Diff
Merge branch 'release' into old/5.0
Change-Id: I0a126cf926bd1e52718d8f8315c21c1c29d0ab4c
parents
697abcc5
2d8ad606
old/5.0
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dist/changes-5.0.2
+48
-0
dist/changes-5.0.2
examples/multimedia/spectrum/spectrum.pri
+2
-0
examples/multimedia/spectrum/spectrum.pri
sync.profile
+4
-4
sync.profile
with
54 additions
and
4 deletions
dist/changes-5.0.2
0 → 100644
+
48
−
0
View file @
50848712
Qt 5.0.2 is a bug-fix release. It maintains both forward and backward
source compatibility with Qt 5.0.0 and 5.0.1.
However, to fix a bug we detected after the 5.0 release, this release
has a limited binary compatibility break. We therefore recommend all
users to recompile their applications that provided QtMultimedia
plugins or dealt with them directly. This is an exceptional case:
compatibility will be kept for further releases.
For more details, refer to the online documentation included in this
distribution. The documentation is also available online:
http://qt-project.org/doc/qt-5.0/
Some of the changes listed in this file include issue tracking numbers
corresponding to tasks in the Qt Bug Tracker:
http://bugreports.qt-project.org/
Each of these identifiers can be entered in the bug tracker to obtain more
information about a particular change.
****************************************************************************
* General *
****************************************************************************
General Improvements
--------------------
****************************************************************************
* Library *
****************************************************************************
- WMF: Enabled HW-accelerated video decoding for the QML video item.
- WMF: Fixed unresolved topologies when using the custom MediaSink.
- Disable FFT when building in static mode.
- [QTBUG-28741] Added seek() function to QML Video item.
****************************************************************************
* Platform Specific Changes *
****************************************************************************
Qt for BlackBerry
-----------------
- Fixed playback of streamed audio.
This diff is collapsed.
Click to expand it.
examples/multimedia/spectrum/spectrum.pri
+
2
−
0
View file @
50848712
...
...
@@ -23,6 +23,8 @@ DEFINES += LOG_ENGINE
# If this macro is defined, the FFTReal DLL will not be built
#DEFINES += DISABLE_FFT
static: DEFINES += DISABLE_FFT
# Disables rendering of the waveform
#DEFINES += DISABLE_WAVEFORM
...
...
This diff is collapsed.
Click to expand it.
sync.profile
+
4
−
4
View file @
50848712
...
...
@@ -20,8 +20,8 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
"qtbase"
=>
"refs/heads/
stable
"
,
"qtxmlpatterns"
=>
"refs/heads/
stable
"
,
"qtdeclarative"
=>
"refs/heads/
stable
"
,
"qtjsbackend"
=>
"refs/heads/
stable
"
,
"qtbase"
=>
"refs/heads/
old/5.0
"
,
"qtxmlpatterns"
=>
"refs/heads/
old/5.0
"
,
"qtdeclarative"
=>
"refs/heads/
old/5.0
"
,
"qtjsbackend"
=>
"refs/heads/
old/5.0
"
,
);
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets