diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2008-03-14 17:22:21 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-03-14 17:22:21 +0000 |
commit | 665be109b157902e196c8235f2cc9c795c8f39e2 (patch) | |
tree | e32a8f22828008e79aacc51d3ede1cc392f7d9d7 /ChangeLog | |
parent | 48d66c2c1ff59e5323fa37b3490f304496705db7 (diff) | |
download | gst-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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), |