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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/filter/gstfilter.h b/gst/filter/gstfilter.h
index a806bb4d..a23a1440 100644
--- a/gst/filter/gstfilter.h
+++ b/gst/filter/gstfilter.h
@@ -31,4 +31,7 @@ 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;
+
#endif /* __GST_FILTER_H__ */