summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorZaheer Abbas Merali <zaheerabbas@merali.org>2007-05-14 18:03:58 +0000
committerZaheer Abbas Merali <zaheerabbas@merali.org>2007-05-14 18:03:58 +0000
commitf369175264dcceb03694ae38b5e04694e32a2d52 (patch)
treef1e6f31827294506a1458e788063aaf1f1302ed0 /ChangeLog
parent1e1c12e87ed1d4ec135330653c9390522d3e04dc (diff)
downloadgst-plugins-bad-f369175264dcceb03694ae38b5e04694e32a2d52.tar.gz
gst-plugins-bad-f369175264dcceb03694ae38b5e04694e32a2d52.tar.bz2
gst-plugins-bad-f369175264dcceb03694ae38b5e04694e32a2d52.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d00c509b..d9baf428 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2007-05-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
+
+ * 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 <wim@fluendo.com>
* gst/rtpmanager/async_jitter_queue.c: