diff options
author | Andy Wingo <wingo@pobox.com> | 2007-12-17 14:48:26 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2007-12-17 14:48:26 +0000 |
commit | c9c47b8dce3f3bfc633a5e522d78d4f7cdb767cf (patch) | |
tree | 07ef6ae8fa2320d656541f9cf1c9d7060b66b6a2 /ChangeLog | |
parent | ad6223b448bf527de15f2617fed9b4fa53495854 (diff) | |
download | gst-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |