summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-11-06 12:23:35 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-11-06 12:23:35 +0000
commit1407259dbc44b0cf23c9e72770c990e5f8cac680 (patch)
treeb9dd5dd88cf2b3f51dc6353b9b713eb60ebc7605 /ChangeLog
parent209d6105d73bcdb01f20432035fc58436caa26b7 (diff)
downloadgst-plugins-bad-1407259dbc44b0cf23c9e72770c990e5f8cac680.tar.gz
gst-plugins-bad-1407259dbc44b0cf23c9e72770c990e5f8cac680.tar.bz2
gst-plugins-bad-1407259dbc44b0cf23c9e72770c990e5f8cac680.zip
gst/spectrum/demo-audiotest.c: Use autoaudiosink instead of alsasink and use a sine wave.
Original commit message from CVS: * gst/spectrum/demo-audiotest.c: (main): Use autoaudiosink instead of alsasink and use a sine wave. * gst/spectrum/gstspectrum.c: Fix the magnitude calculation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fcaab398..d4fcfbab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-11-06 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * gst/spectrum/demo-audiotest.c: (main):
+ Use autoaudiosink instead of alsasink and use a sine wave.
+
+ * gst/spectrum/gstspectrum.c:
+ Fix the magnitude calculation.
+
2007-11-04 Tim-Philipp Müller <tim at centricular dot net>
Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>