summaryrefslogtreecommitdiffstats
path: root/gst/filter/gstfilter.h
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-06-27 14:15:51 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-06-27 14:15:51 +0000
commit3641ecfbd05aa115086431808e3358ceef185a65 (patch)
tree0a36375073fddbb52ba17f9d6fbe39fd7bdd5bda /gst/filter/gstfilter.h
parentc903e6470eea491ec693bab49ad8b023601d42c1 (diff)
downloadgst-plugins-bad-3641ecfbd05aa115086431808e3358ceef185a65.tar.gz
gst-plugins-bad-3641ecfbd05aa115086431808e3358ceef185a65.tar.bz2
gst-plugins-bad-3641ecfbd05aa115086431808e3358ceef185a65.zip
windowed sinc bandpass filter
Original commit message from CVS: windowed sinc bandpass filter
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__ */