[Bug 732950] deadlock after TEARDOWN

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jul 9 11:31:29 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=732950
  GStreamer | gst-rtsp-server | git

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim.taymans at gmail.com

--- Comment #4 from Wim Taymans <wim.taymans at gmail.com> 2014-07-09 18:31:24 UTC ---
Ideally, gst_rtsp_session_filter() should not hold the lock while doing the
callback. Either it should use a cookie and restart the callbacks (maybe
keeping track of which ones it already did) when something changed after
releasing the lock or it should make a copy of the list and work with that
outside of the lock.

There are more places where the filter should release the lock to avoid these
kinds of deadlocks.

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