summaryrefslogtreecommitdiffstats
path: root/gst/filter/gstfilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/filter/gstfilter.h')
-rw-r--r--gst/filter/gstfilter.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gst/filter/gstfilter.h b/gst/filter/gstfilter.h
index 1ad53a81..d8e43cb0 100644
--- a/gst/filter/gstfilter.h
+++ b/gst/filter/gstfilter.h
@@ -1,6 +1,9 @@
-/* GStreamer
+/* -*- c-basic-offset: 2 -*-
+ *
+ * GStreamer
* Copyright (C) 1999,2000 Erik Walthinsen <omega@cse.ogi.edu>
- * 2000 Wim Taymans <wtay@chello.be>
+ * 2000 Wim Taymans <wtay@chello.be>
+ * 2006 Dreamlab Technologies Ltd. <mathis.hofer@dreamlab.net>
*
* gstfilter.h: element for filter plug-ins
*
@@ -29,7 +32,4 @@ GType gst_iir_get_type (void);
GType gst_lpwsinc_get_type (void);
GType gst_bpwsinc_get_type (void);
-extern GstStaticPadTemplate gst_filter_sink_template;
-extern GstStaticPadTemplate gst_filter_src_template;
-
#endif /* __GST_FILTER_H__ */