[Bug 765906] typefind: Regression due to fix for 763491

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue May 3 07:41:00 UTC 2016


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

--- Comment #5 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
So one thread (thread 1) is deactivating the typefind pad from PULL mode due to
a state change (why is thread 1 doing that? is it shutting down the pipeline or
is that still the state change of starting it?), while the other thread
(typefind's task) is sending sticky events on that pad. For some reason it
looks like there is a lock order problem or so, both threads seem to wait on a
different stream lock: one is locking from srcpad to sinkpad (thread 1), the
other from sinkpad to srcpad (the other thread that pushes events).

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