From a4b2009e243a651c7c65fff916b1315ba7d4a281 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 17 Dec 2007 15:04:51 +0000 Subject: gst/switch/gstswitch.c (gst_selector_pad_get_property) (gst_selector_pad_class_init, gst_stream_selector_class_init) Original commit message from CVS: 2007-12-17 Andy Wingo * gst/switch/gstswitch.c (gst_selector_pad_get_property) (gst_selector_pad_class_init, gst_stream_selector_class_init) (gst_stream_selector_get_property): Expose 'last-stop-time' as a pad property, not an element property. (gst_selector_pad_chain): Mark the last_stop time as timestamp + duration, not timestamp. Patch 9/12. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f444d683..a1dea5f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2007-12-17 Andy Wingo + * gst/switch/gstswitch.c (gst_selector_pad_get_property) + (gst_selector_pad_class_init, gst_stream_selector_class_init) + (gst_stream_selector_get_property): Expose 'last-stop-time' as a + pad property, not an element property. + (gst_selector_pad_chain): Mark the last_stop time as timestamp + + duration, not timestamp. Patch 9/12. + * gst/switch/gstswitch.c (gst_stream_selector_change_state) (gst_stream_selector_block, gst_stream_selector_switch): Use the cond mechanism instead of blocked pads. Patch 8/12. -- cgit v1.2.1