Phonon/Releases/VLC/stable: Difference between revisions

From KDE Community Wiki
< Phonon‎ | Releases‎ | VLC
No edit summary
No edit summary
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Phonon/ReleaseTable
{{Phonon/ReleaseTable
| url =  
| url = http://download.kde.org/stable/phonon/phonon-backend-vlc/0.10.2/phonon-backend-vlc-0.10.2.tar.xz.mirrorlist
| sha256 =
| sha256 =
}}
}}


=== Bug Fixes ===
=== Bug Fixes ===  
* Initialize libvlc with appropriate arguments on OS X
* libvlc's internal screensaver inhibitor is now explicitly disabled. Applications are expected to inhibit manually (from an API they always were; now this is actually correctly abstracted from libvlc's defaults). The built-in libvlc inhibition is not consistent with other backends' behavior and can in fact cause dbus time outs when attempting to uninhibit on player shutdown (e.g. applications getting stuck for 30 seconds on quit).
* Ensure playback is terminated when encountering an invalid queued MediaSource [[https://bugs.kde.org/show_bug.cgi?id=330154 #330154]].
* CMake output for libvlc has been made more verbose to aid diagnostics when libvlc is not found, or not completely found anyway.  Previously the verbose output was only generated on success scenarios, where it is distinctly less useful, now it is also generated when libvlc was not found.
* Prevent a crash when when GUIs call setCdTrack on a not-yet-ready MediaPlayer [[https://bugs.kde.org/show_bug.cgi?id=329121 #329121]].

Latest revision as of 12:41, 9 January 2019

Bug Fixes

  • libvlc's internal screensaver inhibitor is now explicitly disabled. Applications are expected to inhibit manually (from an API they always were; now this is actually correctly abstracted from libvlc's defaults). The built-in libvlc inhibition is not consistent with other backends' behavior and can in fact cause dbus time outs when attempting to uninhibit on player shutdown (e.g. applications getting stuck for 30 seconds on quit).
  • CMake output for libvlc has been made more verbose to aid diagnostics when libvlc is not found, or not completely found anyway. Previously the verbose output was only generated on success scenarios, where it is distinctly less useful, now it is also generated when libvlc was not found.