From f369175264dcceb03694ae38b5e04694e32a2d52 Mon Sep 17 00:00:00 2001 From: Zaheer Abbas Merali Date: Mon, 14 May 2007 18:03:58 +0000 Subject: gst/switch/gstswitch.c (ARG_ACTIVE_SOURCE, ARG_STOP_VALUE, Original commit message from CVS: * gst/switch/gstswitch.c (ARG_ACTIVE_SOURCE, ARG_STOP_VALUE, ARG_LAST_TS, parent_class, gst_switch_release_pad, gst_switch_request_new_pad, gst_switch_chain, gst_switch_event, gst_switch_set_property, gst_switch_get_property, gst_switch_getcaps, gst_switch_dispose, gst_switch_init, gst_switch_class_init): * gst/switch/gstswitch.h (previous_sinkpad, nb_sinkpads, stop_value, current_start, last_ts): Allow application to provide a stop timestamp, so a new segment update can be sent before switching. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d00c509b..d9baf428 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2007-05-14 Zaheer Abbas Merali + + * gst/switch/gstswitch.c (ARG_ACTIVE_SOURCE, ARG_STOP_VALUE, + ARG_LAST_TS, parent_class, gst_switch_release_pad, + gst_switch_request_new_pad, gst_switch_chain, gst_switch_event, + gst_switch_set_property, gst_switch_get_property, gst_switch_getcaps, + gst_switch_dispose, gst_switch_init, gst_switch_class_init): + * gst/switch/gstswitch.h (previous_sinkpad, nb_sinkpads, stop_value, + current_start, last_ts): + Allow application to provide a stop timestamp, so a new segment + update can be sent before switching. + 2007-05-14 Wim Taymans * gst/rtpmanager/async_jitter_queue.c: -- cgit v1.2.1