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.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/gst/filter/gstfilter.h b/gst/filter/gstfilter.h
index 48b19798..4669e554 100644
--- a/gst/filter/gstfilter.h
+++ b/gst/filter/gstfilter.h
@@ -26,15 +26,10 @@
#include <gst/gst.h>
GType gst_iir_get_type (void);
-extern GstElementDetails gst_iir_details;
+GType gst_lpwsinc_get_type (void);
+GType gst_bpwsinc_get_type (void);
extern GstPadTemplate *gst_filter_sink_factory ();
extern GstPadTemplate *gst_filter_src_factory ();
-GType gst_lpwsinc_get_type (void);
-extern GstElementDetails gst_lpwsinc_details;
-
-GType gst_bpwsinc_get_type (void);
-extern GstElementDetails gst_bpwsinc_details;
-
#endif /* __GST_FILTER_H__ */