Phonon/Releases/GStreamer: Difference between revisions

From KDE Community Wiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
= 4.7.0 =
__NOTOC__
[url]
{{ #dpl:
| namespace =  
| titlematch = Phonon/Releases/GStreamer/%.%.%
| replaceintitle = /Phonon\/Releases\/GStreamer\//,
| ordermethod = title
| order = descending
| format = ,==%TITLE%== ¶²{:%PAGE%}²,
| count = 1
}}


== Features ==
== Past Releases ==
* phonon4qt5-backend-gstreamer is a feature equivalent GStreamer powered backend built against Qt 5 rather than Qt 4. Phonon4Qt5 GStreamer is built from the same source; requires the cmake option ''PHONON_BUILD_PHONON4QT5'', libphonon4qt5 and a separate build directory from Qt 4.
{{ #dpl:
* Backing for the new ''MediaController'' subtitle API.
| namespace =
 
| titlematch = Phonon/Releases/GStreamer/%.%.%
== Bug Fixes ==
| replaceintitle = /Phonon\/Releases\/GStreamer\//,
* Resolved non-reentrant PulseAudio envrionment setup [[https://bugs.kde.org/show_bug.cgi?id=321288 #321288]].
| ordermethod = title
* Disc playback (AudioCD/DVD/...) is now working correctly with more than one physical device.
| order = descending
* Prevent reading from deleted StreamReaders [[https://bugs.kde.org/show_bug.cgi?id=307469 #307469]].
| format = ,¶* [[%PAGE%|%TITLE%]]  
* Removed performance penalty caused by debug code even when debug was disabled.
| count = 5
* Installed icons now have the correct pixel size.
}}
* VolumeFaderEffect can now internally abort fades when necessary [[https://bugs.kde.org/show_bug.cgi?id=313551 #313551]].
* Removed various minor memory leaks.
* The logic behind the ''aboutToFinish'' signal has been revised. The signal will now only produce gapless transitions iff GStreamer issued a callback more than 500 msec before the end of the current source. This prevents dead locks with short sources (e.g. notifications) but also prevents the queue mechanic from working when using short sources or sources of which the ''totalTime'' can not be identified (e.g. streams). It is advised that all applications make sure they handle the ''finished'' signal in addition to ''aboutToFinish'' to ensure that playback does not stop without user instruction.

Latest revision as of 12:57, 12 November 2013

4.9.1

URL http://download.kde.org/stable/phonon/phonon-backend-gstreamer/4.9.1/phonon-backend-gstreamer-4.9.1.tar.xz.mirrorlist
SHA256 3fcca9cb284ff12de70a65ffc1f85ddf8f278cd4ba06021e11666ac8bffb6ea2

Bug Fixes

  • VideoWidgets no longer go blank when paused under certain circumstances.
  • Localization has been fixed for the Qt 5 build.

Past Releases