diff options
author | Andy Wingo <wingo@pobox.com> | 2007-12-17 14:52:14 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2007-12-17 14:52:14 +0000 |
commit | 5d8d5eb81d5130239de964dd5de42be07bc424e6 (patch) | |
tree | 6e987c24b735ecc1ee152f14c4558f6d9a143220 /ChangeLog | |
parent | c9c47b8dce3f3bfc633a5e522d78d4f7cdb767cf (diff) | |
download | gst-plugins-bad-5d8d5eb81d5130239de964dd5de42be07bc424e6.tar.gz gst-plugins-bad-5d8d5eb81d5130239de964dd5de42be07bc424e6.tar.bz2 gst-plugins-bad-5d8d5eb81d5130239de964dd5de42be07bc424e6.zip |
gst/switch/gstswitch.c (gst_stream_selector_block): Implement the block() signal. This implementation will be replace...
Original commit message from CVS:
2007-12-17 Andy Wingo <wingo@pobox.com>
* gst/switch/gstswitch.c (gst_stream_selector_block): Implement
the block() signal. This implementation will be replaced in future
patches, however. Patch 4/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_block): Implement + the block() signal. This implementation will be replaced in future + patches, however. Patch 4/12. + * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): Fix vmethod prototypes. |