diff options
author | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2007-05-14 18:03:58 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2007-05-14 18:03:58 +0000 |
commit | f369175264dcceb03694ae38b5e04694e32a2d52 (patch) | |
tree | f1e6f31827294506a1458e788063aaf1f1302ed0 /ChangeLog | |
parent | 1e1c12e87ed1d4ec135330653c9390522d3e04dc (diff) | |
download | gst-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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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: |