Phonon/Releases/GStreamer/stable: Difference between revisions

From KDE Community Wiki
No edit summary
No edit summary
Line 6: Line 6:
=== Bug Fixes ===
=== Bug Fixes ===
* Prevent assertation failures with Qt 5 by not unlocking mutexes that have not been previously locked.
* Prevent assertation failures with Qt 5 by not unlocking mutexes that have not been previously locked.
* Convert a direct call chain to ''QApplication::syncX()'' to a Qt queued call to prevent cross-thread usage of X11, ultimately causing XIO errors and crashes [[https://bugs.kde.org/show_bug.cgi?id=327367 #327367], [https://bugs.kde.org/show_bug.cgi?id=332977 #332977]].

Revision as of 08:12, 20 June 2014

URL
SHA256

Bug Fixes

  • Prevent assertation failures with Qt 5 by not unlocking mutexes that have not been previously locked.
  • Convert a direct call chain to QApplication::syncX() to a Qt queued call to prevent cross-thread usage of X11, ultimately causing XIO errors and crashes [#327367, #332977].