From 3641ecfbd05aa115086431808e3358ceef185a65 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 27 Jun 2002 14:15:51 +0000 Subject: windowed sinc bandpass filter Original commit message from CVS: windowed sinc bandpass filter --- gst/filter/gstfilter.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gst/filter/gstfilter.c') diff --git a/gst/filter/gstfilter.c b/gst/filter/gstfilter.c index cd9f466e..0aee8525 100644 --- a/gst/filter/gstfilter.c +++ b/gst/filter/gstfilter.c @@ -31,8 +31,9 @@ struct _elements_entry { }; static struct _elements_entry _elements[] = { - { "iir", gst_iir_get_type, &gst_iir_details, NULL }, - { "wsinc", gst_wsinc_get_type, &gst_wsinc_details, NULL }, + { "iir", gst_iir_get_type, &gst_iir_details, NULL }, + { "lpwsinc", gst_lpwsinc_get_type, &gst_lpwsinc_details, NULL }, + { "bpwsinc", gst_bpwsinc_get_type, &gst_bpwsinc_details, NULL }, { NULL, 0 }, }; -- cgit v1.2.1