summaryrefslogtreecommitdiffstats
path: root/gst/effectv/gsteffectv.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-04-24 22:24:57 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-04-24 22:24:57 +0000
commitad06345b2ac579573e42e95402cfa475590a6fa7 (patch)
tree48963de939d58829100fab68db7f3fdc3070a123 /gst/effectv/gsteffectv.h
parent15b1a6ed380e3cf60a7bd0718f52b7e48caf0fb3 (diff)
ported the shagadelic plugin, shake it baby!
Original commit message from CVS: ported the shagadelic plugin, shake it baby!
Diffstat (limited to 'gst/effectv/gsteffectv.h')
-rw-r--r--gst/effectv/gsteffectv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/effectv/gsteffectv.h b/gst/effectv/gsteffectv.h
index 4a2a74b2..e1db303d 100644
--- a/gst/effectv/gsteffectv.h
+++ b/gst/effectv/gsteffectv.h
@@ -27,5 +27,8 @@ extern GstElementDetails gst_dicetv_details;
GType gst_warptv_get_type (void);
extern GstElementDetails gst_warptv_details;
+GType gst_shagadelictv_get_type (void);
+extern GstElementDetails gst_shagadelictv_details;
+
extern GstPadTemplate *gst_effectv_sink_factory ();
extern GstPadTemplate *gst_effectv_src_factory ();