summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2007-12-17 14:48:26 +0000
committerAndy Wingo <wingo@pobox.com>2007-12-17 14:48:26 +0000
commitc9c47b8dce3f3bfc633a5e522d78d4f7cdb767cf (patch)
tree07ef6ae8fa2320d656541f9cf1c9d7060b66b6a2 /ChangeLog
parentad6223b448bf527de15f2617fed9b4fa53495854 (diff)
downloadgst-plugins-bad-c9c47b8dce3f3bfc633a5e522d78d4f7cdb767cf.tar.gz
gst-plugins-bad-c9c47b8dce3f3bfc633a5e522d78d4f7cdb767cf.tar.bz2
gst-plugins-bad-c9c47b8dce3f3bfc633a5e522d78d4f7cdb767cf.zip
gst/switch/gstswitch.h (struct _GstStreamSelectorClass): Fix vmethod prototypes.
Original commit message from CVS: 2007-12-17 Andy Wingo <wingo@pobox.com> * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): Fix vmethod prototypes. * gst/switch/gstswitch.c (gst_stream_selector_class_init) (gst_stream_selector_block, gst_stream_selector_switch): Add empty vmethod definitions. Patch 3/12.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7de180e5..7d485efe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-12-17 Andy Wingo <wingo@pobox.com>
+ * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): Fix
+ vmethod prototypes.
+
+ * gst/switch/gstswitch.c (gst_stream_selector_class_init)
+ (gst_stream_selector_block, gst_stream_selector_switch): Add empty
+ vmethod definitions. Patch 3/12.
+
* gst/switch/gstswitch.h (struct _GstStreamSelectorClass):
* gst/switch/gstswitch.c (gst_stream_selector_class_init): Add
`block' and `switch' signals.