summaryrefslogtreecommitdiffstats
path: root/gst/filter/gstlpwsinc.c
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-08-10 05:35:25 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-08-10 05:35:25 +0000
commitf2b50b7bd2c02ce0764a9537ca210bff97ad1084 (patch)
treec85de0e5192efd3317bed8c65e204c70edf40daa /gst/filter/gstlpwsinc.c
parentec97d6774103cff9394062dde81ad934ba99718e (diff)
downloadgst-plugins-bad-f2b50b7bd2c02ce0764a9537ca210bff97ad1084.tar.gz
gst-plugins-bad-f2b50b7bd2c02ce0764a9537ca210bff97ad1084.tar.bz2
gst-plugins-bad-f2b50b7bd2c02ce0764a9537ca210bff97ad1084.zip
gst/filter/gstbpwsinc.*: Add support for a bandreject mode and allow specifying the window function that should be used.
Original commit message from CVS: * gst/filter/gstbpwsinc.c: (gst_bpwsinc_mode_get_type), (gst_bpwsinc_window_get_type), (gst_bpwsinc_class_init), (gst_bpwsinc_init), (bpwsinc_build_kernel), (bpwsinc_set_property), (bpwsinc_get_property): * gst/filter/gstbpwsinc.h: Add support for a bandreject mode and allow specifying the window function that should be used. * gst/filter/gstlpwsinc.c: And another small formatting fix.
Diffstat (limited to 'gst/filter/gstlpwsinc.c')
-rw-r--r--gst/filter/gstlpwsinc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/filter/gstlpwsinc.c b/gst/filter/gstlpwsinc.c
index 2debfe77..f6393169 100644
--- a/gst/filter/gstlpwsinc.c
+++ b/gst/filter/gstlpwsinc.c
@@ -28,7 +28,7 @@
*
* TODO: - Implement the convolution in place, probably only makes sense
* when using FFT convolution as currently the convolution itself
- * is probably the bottleneck.
+ * is probably the bottleneck
* - Maybe allow cascading the filter to get a better stopband attenuation.
* Can be done by convolving a filter kernel with itself.
*/
@@ -124,7 +124,6 @@ gst_lpwsinc_window_get_type (void)
return gtype;
}
-
#define ALLOWED_CAPS \
"audio/x-raw-float, " \
" width = (int) { 32, 64 }, " \