summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-03-20 17:07:07 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-03-20 17:07:07 +0000
commite20e15e5a2096dba0271fa5ed81065e79959237a (patch)
tree78135fbc2a778e430be7f56590ecb10fb3a263c1 /ChangeLog
parenta00c9300d4a4ce9ff4565034f70a5c2193912af8 (diff)
downloadgst-plugins-bad-e20e15e5a2096dba0271fa5ed81065e79959237a.tar.gz
gst-plugins-bad-e20e15e5a2096dba0271fa5ed81065e79959237a.tar.bz2
gst-plugins-bad-e20e15e5a2096dba0271fa5ed81065e79959237a.zip
gst/selector/gstinputselector.c: Add pad property to configure behaviour of the unselected pad, it can return OK or N...
Original commit message from CVS: * 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), (gst_input_selector_set_active_pad): Add pad property to configure behaviour of the unselected pad, it can return OK or NOT_LINKED, based on the use case.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db443340..e47296cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
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),
+ (gst_input_selector_set_active_pad):
+ Add pad property to configure behaviour of the unselected pad, it can
+ return OK or NOT_LINKED, based on the use case.
+
+2008-03-20 Wim Taymans <wim.taymans@collabora.co.uk>
+
* gst/selector/gstinputselector.c:
(gst_selector_pad_get_running_time), (gst_selector_pad_reset),
(gst_selector_pad_event), (gst_selector_pad_bufferalloc),