Phonon/Releases/VLC/0.11.2

From KDE Community Wiki
< Phonon‎ | Releases‎ | VLC
Revision as of 11:24, 15 February 2021 by Sitter (talk | contribs) (Created page with "{{Phonon/ReleaseTable | url = https://download.kde.org/stable/phonon/phonon-backend-vlc/0.11.2/phonon-backend-vlc-0.11.2.tar.xz.mirrorlist | sha256 = c6c33bfc68d137f0e57a029e4...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
URL https://download.kde.org/stable/phonon/phonon-backend-vlc/0.11.2/phonon-backend-vlc-0.11.2.tar.xz.mirrorlist
SHA256 c6c33bfc68d137f0e57a029e4b798cbb90f54af6f731af49677857791ccd53a5

Bug Fixes

  • Assert that the internal player object doesn't freakishly fail to allocate.
  • Fully shutdown Phonon's PulseSupport upon destruction of MediaObjects to prevent a randomly occurring shutdown race resulting in a crash somewhere between the threaded pulseaudio mainloop inside libvlc and the glib mainloop inside Phonon. This was a somewhat common crash on application quit usually presenting as a failed assert inside pulsecore/fdsem.c.