summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-09-06 07:26:45 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-09-06 07:26:45 +0000
commitc9611e6507ffd7b84c70429afdf5d1c16cde11c1 (patch)
treee8ea15e65154e9f2707c53952c3c7c6eea545c2a /ChangeLog
parent76a3fd7100246d47d3dcf08cd1e3370adca244af (diff)
downloadgst-plugins-bad-c9611e6507ffd7b84c70429afdf5d1c16cde11c1.tar.gz
gst-plugins-bad-c9611e6507ffd7b84c70429afdf5d1c16cde11c1.tar.bz2
gst-plugins-bad-c9611e6507ffd7b84c70429afdf5d1c16cde11c1.zip
gst/spectrum/fix_fft.c: Remove fixed point FFT as it's not used anymore.
Original commit message from CVS: * gst/spectrum/fix_fft.c: Remove fixed point FFT as it's not used anymore.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 203b487a..73014121 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-09-06 Sebastian Dröge <slomo@circular-chaos.org>
+ * gst/spectrum/fix_fft.c:
+ Remove fixed point FFT as it's not used anymore.
+
+2007-09-06 Sebastian Dröge <slomo@circular-chaos.org>
+
* configure.ac:
* gst/spectrum/Makefile.am:
* gst/spectrum/demo-audiotest.c: (draw_spectrum),