diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2008-03-20 17:48:49 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-03-20 17:48:49 +0000 |
commit | 1cb3f3903bf2daa5ddfee8b5eb0000a413391118 (patch) | |
tree | 05dc4ed358e13dbabe42528440891473771d285f /ChangeLog | |
parent | e20e15e5a2096dba0271fa5ed81065e79959237a (diff) | |
download | gst-plugins-bad-1cb3f3903bf2daa5ddfee8b5eb0000a413391118.tar.gz gst-plugins-bad-1cb3f3903bf2daa5ddfee8b5eb0000a413391118.tar.bz2 gst-plugins-bad-1cb3f3903bf2daa5ddfee8b5eb0000a413391118.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,6 +1,13 @@ 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> + + * gst/selector/gstinputselector.c: (gst_selector_pad_class_init), (gst_selector_pad_init), (gst_selector_pad_set_property), (gst_selector_pad_get_property), (gst_selector_pad_event), (gst_selector_pad_bufferalloc), (gst_selector_pad_chain), |