summaryrefslogtreecommitdiff
path: root/gst/effectv/gsteffectv.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-04-24 21:03:10 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-04-24 21:03:10 +0000
commit20f880e4bc529035a37a63c04765d0c6b4776822 (patch)
tree63c6ad7840c559894e517eeac372a10c13519b16 /gst/effectv/gsteffectv.h
parentf8f6dcc5a0ba4ef37aa33ccf74f6ef8fc3fef38e (diff)
downloadgstreamer-plugins-good-20f880e4bc529035a37a63c04765d0c6b4776822.tar.gz
Added the diceTV plugin
Original commit message from CVS: Added the diceTV 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 b0398db13..046eec6ba 100644
--- a/gst/effectv/gsteffectv.h
+++ b/gst/effectv/gsteffectv.h
@@ -21,5 +21,8 @@ extern GstElementDetails gst_edgetv_details;
GType gst_agingtv_get_type (void);
extern GstElementDetails gst_agingtv_details;
+GType gst_dicetv_get_type (void);
+extern GstElementDetails gst_dicetv_details;
+
extern GstPadTemplate *gst_effectv_sink_factory ();
extern GstPadTemplate *gst_effectv_src_factory ();