summaryrefslogtreecommitdiffstats
path: root/gst/effectv/gsteffectv.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-04-24 21:51:24 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-04-24 21:51:24 +0000
commit14c7c3777bfd50dac01a4e5e2f5b0402327f3116 (patch)
treeb62047fd8fe19df3de4fb38f23346a67202fcd9a /gst/effectv/gsteffectv.h
parent20f880e4bc529035a37a63c04765d0c6b4776822 (diff)
Some cleanups ported the über cool warp plugin.
Original commit message from CVS: Some cleanups ported the über cool warp plugin.
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 046eec6b..4a2a74b2 100644
--- a/gst/effectv/gsteffectv.h
+++ b/gst/effectv/gsteffectv.h
@@ -24,5 +24,8 @@ extern GstElementDetails gst_agingtv_details;
GType gst_dicetv_get_type (void);
extern GstElementDetails gst_dicetv_details;
+GType gst_warptv_get_type (void);
+extern GstElementDetails gst_warptv_details;
+
extern GstPadTemplate *gst_effectv_sink_factory ();
extern GstPadTemplate *gst_effectv_src_factory ();