[Bug 767879] Deadlock in WebKit when deleting the media player while HLS media was loaded

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jun 21 17:21:43 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=767879

--- Comment #7 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Ok, so the problem is that there is:

Thread 11: streaming thread of video decoder, pad probe in decodebin, having
decodebin locks, linking things, causing reconfigure event, reconfigure event
in adaptivedemux causes manifest lock

Thread 18: streaming thread of one of the internal souphttpsrc, manifest lock,
no-more-pads signal, decodebin no-more-pads handler, decodebin locks


So in any case we need to find a way of moving the no-more-pads signal emission
outside of the lock in a safe way.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list