From 7a36821856aacdc8273dbd0c2e6b25b335ecab76 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 17 Dec 2007 14:55:54 +0000 Subject: gst/switch/gstswitch.h (struct _GstStreamSelector): Add some state variables. Original commit message from CVS: 2007-12-17 Andy Wingo * gst/switch/gstswitch.h (struct _GstStreamSelector): Add some state variables. * gst/switch/gstswitch.c (gst_stream_selector_push_pending_stop) (gst_selector_pad_chain): Push any pending stop event. (gst_stream_selector_set_active_pad) (gst_stream_selector_set_property): Factor out setting the active pad to a function. Close the segment of the previous active pad if told to do so via a stop_time != GST_CLOCK_TIME_NONE. (gst_stream_selector_switch): Implement switch vmethod. Patch 5/12. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5310be6b..916cd0b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 2007-12-17 Andy Wingo + * gst/switch/gstswitch.h (struct _GstStreamSelector): Add some + state variables. + + * gst/switch/gstswitch.c (gst_stream_selector_push_pending_stop) + (gst_selector_pad_chain): Push any pending stop event. + (gst_stream_selector_set_active_pad) + (gst_stream_selector_set_property): Factor out setting the active + pad to a function. Close the segment of the previous active pad if + told to do so via a stop_time != GST_CLOCK_TIME_NONE. + (gst_stream_selector_switch): Implement switch vmethod. Patch 5/12. + * gst/switch/gstswitch.c (gst_stream_selector_block): Implement the block() signal. This implementation will be replaced in future patches, however. Patch 4/12. -- cgit v1.2.1