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.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/gst/filter/gstfilter.h b/gst/filter/gstfilter.h
index a23a1440..48b19798 100644
--- a/gst/filter/gstfilter.h
+++ b/gst/filter/gstfilter.h
@@ -31,7 +31,10 @@ extern GstElementDetails gst_iir_details;
extern GstPadTemplate *gst_filter_sink_factory ();
extern GstPadTemplate *gst_filter_src_factory ();
-GType gst_wsinc_get_type (void);
-extern GstElementDetails gst_wsinc_details;
+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__ */