[Bug 776039] queue: deadlock between sink query and state change

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Dec 13 17:19:31 UTC 2016


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

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Reason is that stopping a task fast enough after starting it, will cause the
loop function to be never called. And we do shutdown from src to sink, that is
we require the loop function to unlock all things (otherwise we end up with the
above mentioned bug again, and unref a query that downstream is still using).

-- 
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