summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2007-12-17 14:52:14 +0000
committerAndy Wingo <wingo@pobox.com>2007-12-17 14:52:14 +0000
commit5d8d5eb81d5130239de964dd5de42be07bc424e6 (patch)
tree6e987c24b735ecc1ee152f14c4558f6d9a143220 /ChangeLog
parentc9c47b8dce3f3bfc633a5e522d78d4f7cdb767cf (diff)
downloadgst-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d485efe..5310be6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.