[Bug 744040] bin: Deadlock when sending event
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Oct 28 08:40:22 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=744040
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |slomo at coaxion.net
--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Can also happen in the following scenario:
1) streaming thread of some element is waiting on a pad probe (stream lock)
2) gst_element_send_event() doing a SEEK, waiting for streaming thread to shut
down (state lock -> stream lock)
3) gst_element_set_state() (state lock)
3) *would* unblock the pad, which would unblock the streaming thread and make
everything happy... if there wasn't the state lock.
--
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