diff options
author | Andy Wingo <wingo@pobox.com> | 2007-12-17 15:06:48 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2007-12-17 15:06:48 +0000 |
commit | f3f11f48228a94c36e58a63af5bcdbedf097d317 (patch) | |
tree | a2a4ea7d7f50ba8e22e0efa5dc99fbb995704d31 /ChangeLog | |
parent | a4b2009e243a651c7c65fff916b1315ba7d4a281 (diff) | |
download | gst-plugins-bad-f3f11f48228a94c36e58a63af5bcdbedf097d317.tar.gz gst-plugins-bad-f3f11f48228a94c36e58a63af5bcdbedf097d317.tar.bz2 gst-plugins-bad-f3f11f48228a94c36e58a63af5bcdbedf097d317.zip |
gst/switch/: gst/switch/gstswitch.c (gst_stream_selector_class_init) (gst_stream_selector_block): Make the block() si...
Original commit message from CVS:
2007-12-17 Andy Wingo <wingo@pobox.com>
* gst/switch/gstswitch-marshal.list:
* gst/switch/gstswitch.h (struct _GstStreamSelectorClass):
* gst/switch/gstswitch.c (gst_stream_selector_class_init)
(gst_stream_selector_block): Make the block() signal return the
last stop time of the active pad. Patch 10/12.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2007-12-17 Andy Wingo <wingo@pobox.com> + * gst/switch/gstswitch-marshal.list: + * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): + * gst/switch/gstswitch.c (gst_stream_selector_class_init) + (gst_stream_selector_block): Make the block() signal return the + last stop time of the active pad. Patch 10/12. + * 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 |