summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-01-27 06:31:52 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-01-27 06:31:52 +0000
commit1a787a0cb2fb2afa3bd7aa21ffac1465130699c2 (patch)
tree2c4f1ce0d2687bdeaf30c81c7202a99ceb985f31 /ChangeLog
parent27fbdb97d126d2b29611778362e73b03dc75e472 (diff)
downloadgst-plugins-bad-1a787a0cb2fb2afa3bd7aa21ffac1465130699c2.tar.gz
gst-plugins-bad-1a787a0cb2fb2afa3bd7aa21ffac1465130699c2.tar.bz2
gst-plugins-bad-1a787a0cb2fb2afa3bd7aa21ffac1465130699c2.zip
ext/soundtouch/gstbpmdetect.cc: Only consider a BPM value above 1.0 as valid.
Original commit message from CVS: * ext/soundtouch/gstbpmdetect.cc: Only consider a BPM value above 1.0 as valid.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e72fa0a4..84a47891 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-01-27 Sebastian Dröge <slomo@circular-chaos.org>
+ * ext/soundtouch/gstbpmdetect.cc:
+ Only consider a BPM value above 1.0 as valid.
+
+2008-01-27 Sebastian Dröge <slomo@circular-chaos.org>
+
* ext/soundtouch/Makefile.am:
* ext/soundtouch/gstbpmdetect.cc:
* ext/soundtouch/gstbpmdetect.hh: