gst/filter/gstbpwsinc.*: Add support for a bandreject mode and allow specifying the...
authorSebastian Dröge <slomo@circular-chaos.org>
Fri, 10 Aug 2007 05:35:25 +0000 (05:35 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Fri, 10 Aug 2007 05:35:25 +0000 (05:35 +0000)
commit5fbac0f58d6110387bedb179381219918f8ff002
tree1b1efc8599311ca157403922aa20988397393f33
parent86dab97c0258d1ae42e0fade45d22844b9466797
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.
gst/audiofx/audiowsincband.c
gst/audiofx/audiowsincband.h
gst/audiofx/audiowsinclimit.c