summaryrefslogtreecommitdiffstats
path: root/gst/effectv/gsteffectv.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-04-23 22:17:01 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-04-23 22:17:01 +0000
commit49ae2189aeea90ab7350af853291252ad0fe8eb3 (patch)
treee8ec5457142b0f54f100887c0bd2c13b8b963e35 /gst/effectv/gsteffectv.h
parent191ef94d892ac09dc35247da9ea51ced7c924abb (diff)
Added some more components to port effectv
Original commit message from CVS: Added some more components to port effectv
Diffstat (limited to 'gst/effectv/gsteffectv.h')
-rw-r--r--gst/effectv/gsteffectv.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/gst/effectv/gsteffectv.h b/gst/effectv/gsteffectv.h
new file mode 100644
index 00000000..79b5271b
--- /dev/null
+++ b/gst/effectv/gsteffectv.h
@@ -0,0 +1,29 @@
+/* GStreamer
+ * Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
+#include <gst/gst.h>
+
+GType gst_edgetv_get_type (void);
+extern GstElementDetails gst_edgetv_details;
+
+GType gst_agingtv_get_type (void);
+extern GstElementDetails gst_agingtv_details;
+
+extern GstPadTemplate *gst_effectv_sink_factory ();
+extern GstPadTemplate *gst_effectv_src_factory ();