summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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: