[Bug 702520] [regression] queue: deadlock when reconfigure event

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jun 18 10:34:31 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=702520
  GStreamer | gstreamer (core) | 1.1.1

--- Comment #6 from Aleix Conchillo Flaqué <aleix at oblong.com> 2013-06-18 17:34:24 UTC ---
If I am not wrong the problem is that we are in gst_queue_push_one (#62) that
is called from gst_queue_loop (#63) which is holding a mutex. And we end up in
gst_queue_handle_src_event (#4) which takes the same mutex.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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