diff options
author | Andy Wingo <wingo@pobox.com> | 2007-12-17 14:58:18 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2007-12-17 14:58:18 +0000 |
commit | 632461e211200b2293d987c2d48c77f2db89e046 (patch) | |
tree | 414a9c6b708061dc0be3fa26caa012c705befb51 /ChangeLog | |
parent | 7a36821856aacdc8273dbd0c2e6b25b335ecab76 (diff) | |
download | gst-plugins-bad-632461e211200b2293d987c2d48c77f2db89e046.tar.gz gst-plugins-bad-632461e211200b2293d987c2d48c77f2db89e046.tar.bz2 gst-plugins-bad-632461e211200b2293d987c2d48c77f2db89e046.zip |
gst/switch/gstswitch.c (gst_stream_selector_class_init)
Original commit message from CVS:
2007-12-17 Andy Wingo <wingo@pobox.com>
* gst/switch/gstswitch.c (gst_stream_selector_class_init)
(gst_stream_selector_get_property): Add last-stop-time readable
property. Patch 6/12.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2007-12-17 Andy Wingo <wingo@pobox.com> + * gst/switch/gstswitch.c (gst_stream_selector_class_init) + (gst_stream_selector_get_property): Add last-stop-time readable + property. Patch 6/12. + * gst/switch/gstswitch.h (struct _GstStreamSelector): Add some state variables. |