GNOME Bugzilla – Bug 421177
Possible deadlock if pad eventfunc is not specified
Last modified: 2007-03-22 08:24:04 UTC
gst_pad_send_event() forgets to unlock the stream lock if the pad has no eventfunc.
Created attachment 85067 [details] [review] Fix locking
Patch by: <syrjala at sci dot fi> * gst/gstpad.c: (gst_pad_alloc_buffer_full), (gst_pad_send_event): Fix possible deadlock if pad eventfunc is not specified. Fixes #421177. Improve debugging.