summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-03-14 17:22:21 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-03-14 17:22:21 +0000
commit665be109b157902e196c8235f2cc9c795c8f39e2 (patch)
treee32a8f22828008e79aacc51d3ede1cc392f7d9d7 /ChangeLog
parent48d66c2c1ff59e5323fa37b3490f304496705db7 (diff)
downloadgst-plugins-bad-665be109b157902e196c8235f2cc9c795c8f39e2.tar.gz
gst-plugins-bad-665be109b157902e196c8235f2cc9c795c8f39e2.tar.bz2
gst-plugins-bad-665be109b157902e196c8235f2cc9c795c8f39e2.zip
gst/selector/gstinputselector.c: Add lots of debugging.
Original commit message from CVS: * gst/selector/gstinputselector.c: (gst_selector_pad_event), (gst_selector_pad_bufferalloc), (gst_selector_pad_chain), (gst_input_selector_class_init), (gst_input_selector_set_active_pad), (gst_input_selector_set_property), (gst_input_selector_push_pending_stop): Add lots of debugging. Fix time member in the newsegment event.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 45e51692..ce5eb42f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2008-03-14 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/selector/gstinputselector.c: (gst_selector_pad_event),
+ (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
+ (gst_input_selector_class_init),
+ (gst_input_selector_set_active_pad),
+ (gst_input_selector_set_property),
+ (gst_input_selector_push_pending_stop):
+ Add lots of debugging.
+ Fix time member in the newsegment event.
+
2008-03-13 Wim Taymans <wim.taymans@collabora.co.uk>
* gst/selector/gstinputselector.c: (gst_selector_pad_class_init),