diff options
author | Andy Wingo <wingo@pobox.com> | 2007-12-17 15:04:51 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2007-12-17 15:04:51 +0000 |
commit | a4b2009e243a651c7c65fff916b1315ba7d4a281 (patch) | |
tree | 5fb9c0f16c590ae51db77b840437c7d7d9e3f31f /ChangeLog | |
parent | 044bde1d12233d1c862c9c27ed46458ceff04d87 (diff) | |
download | gst-plugins-bad-a4b2009e243a651c7c65fff916b1315ba7d4a281.tar.gz gst-plugins-bad-a4b2009e243a651c7c65fff916b1315ba7d4a281.tar.bz2 gst-plugins-bad-a4b2009e243a651c7c65fff916b1315ba7d4a281.zip |
gst/switch/gstswitch.c (gst_selector_pad_get_property) (gst_selector_pad_class_init, gst_stream_selector_class_init)
Original commit message from CVS:
2007-12-17 Andy Wingo <wingo@pobox.com>
* gst/switch/gstswitch.c (gst_selector_pad_get_property)
(gst_selector_pad_class_init, gst_stream_selector_class_init)
(gst_stream_selector_get_property): Expose 'last-stop-time' as a
pad property, not an element property.
(gst_selector_pad_chain): Mark the last_stop time as timestamp +
duration, not timestamp. Patch 9/12.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2007-12-17 Andy Wingo <wingo@pobox.com> + * gst/switch/gstswitch.c (gst_selector_pad_get_property) + (gst_selector_pad_class_init, gst_stream_selector_class_init) + (gst_stream_selector_get_property): Expose 'last-stop-time' as a + pad property, not an element property. + (gst_selector_pad_chain): Mark the last_stop time as timestamp + + duration, not timestamp. Patch 9/12. + * gst/switch/gstswitch.c (gst_stream_selector_change_state) (gst_stream_selector_block, gst_stream_selector_switch): Use the cond mechanism instead of blocked pads. Patch 8/12. |