gst/selector/gstinputselector.c: Release the selector lock when pad alloc happens on a non selected pad.
Original commit message from CVS: * gst/selector/gstinputselector.c: (gst_selector_pad_class_init), (gst_selector_pad_event), (gst_selector_pad_bufferalloc), (gst_selector_pad_chain), (gst_input_selector_set_active_pad): Release the selector lock when pad alloc happens on a non selected pad.
This commit is contained in:
parent
e20e15e5a2
commit
1cb3f3903b
@ -1,3 +1,10 @@
|
|||||||
|
2008-03-20 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||||
|
|
||||||
|
* gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
|
||||||
|
(gst_selector_pad_event), (gst_selector_pad_bufferalloc),
|
||||||
|
(gst_selector_pad_chain), (gst_input_selector_set_active_pad):
|
||||||
|
Release the selector lock when pad alloc happens on a non selected pad.
|
||||||
|
|
||||||
2008-03-20 Wim Taymans <wim.taymans@collabora.co.uk>
|
2008-03-20 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||||
|
|
||||||
* gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
|
* gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
|
||||||
|
@ -480,6 +480,8 @@ done:
|
|||||||
/* ERRORS */
|
/* ERRORS */
|
||||||
not_active:
|
not_active:
|
||||||
{
|
{
|
||||||
|
GST_INPUT_SELECTOR_UNLOCK (sel);
|
||||||
|
|
||||||
/* unselected pad, perform fallback alloc or return unlinked when
|
/* unselected pad, perform fallback alloc or return unlinked when
|
||||||
* asked */
|
* asked */
|
||||||
GST_OBJECT_LOCK (selpad);
|
GST_OBJECT_LOCK (selpad);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user