summaryrefslogtreecommitdiffstats
path: root/gst/audiofx/audiowsinclimit.c
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-08-09 19:23:33 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-08-09 19:23:33 +0000
commitccb73e617b58c43d406e62baac06c90455dca8c7 (patch)
tree02f58837d909a17e9f78f86818492040183b096f /gst/audiofx/audiowsinclimit.c
parentde3d1d62ab4f5d2078526ccaeb3d0db76ba35721 (diff)
gst/filter/gstbpwsinc.c: "this" is a C++ keyword, use "self" instead.
Original commit message from CVS: * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose), (gst_bpwsinc_init), (bpwsinc_setup), (bpwsinc_transform_ip), (bpwsinc_set_property), (bpwsinc_get_property): "this" is a C++ keyword, use "self" instead. Add TODOs and FIXMEs and remove two wrong FIXMEs. * gst/filter/gstlpwsinc.c: Add FIXMEs and a new TODO.
Diffstat (limited to 'gst/audiofx/audiowsinclimit.c')
-rw-r--r--gst/audiofx/audiowsinclimit.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/gst/audiofx/audiowsinclimit.c b/gst/audiofx/audiowsinclimit.c
index 1a34f145..5707f524 100644
--- a/gst/audiofx/audiowsinclimit.c
+++ b/gst/audiofx/audiowsinclimit.c
@@ -26,9 +26,12 @@
* chapter 16
* available at http://www.dspguide.com/
*
- * TODO: - Implement the convolution in place
- * - Implement a highpass mode (spectral inversion)
- * - Allow choosing between different windows (blackman, hanning, ...)
+ * TODO: - Implement the convolution in place, probably only makes sense
+ * when using FFT convolution as currently the convolution itself
+ * is probably the bottleneck.
+ * - Implement a highpass mode (spectral inversion)
+ * - Allow choosing between different windows (blackman, hanning, ...)
+ * FIXME: - Doesn't work at all with >1 channels
*/
#ifdef HAVE_CONFIG_H