summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-01-28 11:47:18 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-01-28 11:47:18 +0000
commite6e86c4f2d5cd9213cb71a30dfdd9d9441e40ac9 (patch)
treec6b1f247523861af702778e9c904e17e25a1c6c5 /ChangeLog
parentb0c8b0f3227ebe75e18064821ed981bbd5d935a4 (diff)
downloadgst-plugins-bad-e6e86c4f2d5cd9213cb71a30dfdd9d9441e40ac9.tar.gz
gst-plugins-bad-e6e86c4f2d5cd9213cb71a30dfdd9d9441e40ac9.tar.bz2
gst-plugins-bad-e6e86c4f2d5cd9213cb71a30dfdd9d9441e40ac9.zip
ext/soundtouch/gstbpmdetect.cc: Clean up a bit and only allocate a temporary buffer for the data if processing stereo...
Original commit message from CVS: * ext/soundtouch/gstbpmdetect.cc: Clean up a bit and only allocate a temporary buffer for the data if processing stereo data as BPMDetect downmixes from stereo to mono and stores the result in the input data. Thanks to Stefan Kost for the suggestions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84c6aba1..fddd1dc2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-01-28 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/soundtouch/gstbpmdetect.cc:
+ Clean up a bit and only allocate a temporary buffer for the data
+ if processing stereo data as BPMDetect downmixes from stereo to
+ mono and stores the result in the input data. Thanks to
+ Stefan Kost for the suggestions.
+
2008-01-27 Sebastian Dröge <slomo@circular-chaos.org>
* ext/soundtouch/gstpitch.cc: