summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-01-27 05:56:04 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-01-27 05:56:04 +0000
commit27fbdb97d126d2b29611778362e73b03dc75e472 (patch)
tree81bce3a08b70b404f65e758acd4720e2a530ecda /ChangeLog
parentfe38597aee1bda146e2ca9c1b1dbc8ec04dc4d50 (diff)
downloadgst-plugins-bad-27fbdb97d126d2b29611778362e73b03dc75e472.tar.gz
gst-plugins-bad-27fbdb97d126d2b29611778362e73b03dc75e472.tar.bz2
gst-plugins-bad-27fbdb97d126d2b29611778362e73b03dc75e472.zip
ext/soundtouch/: Add BPM detection plugin based on SoundTouch's libBPM.
Original commit message from CVS: * ext/soundtouch/Makefile.am: * ext/soundtouch/gstbpmdetect.cc: * ext/soundtouch/gstbpmdetect.hh: * ext/soundtouch/plugin.c: (plugin_init): Add BPM detection plugin based on SoundTouch's libBPM. * ext/soundtouch/gstpitch.cc: Allow sample rates until MAX instead of only 48kHz and remove the buffer-frames field from that caps. Clear the remaining samples completely when necessary to get into a clean state again.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db77eb55..e72fa0a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2008-01-27 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/soundtouch/Makefile.am:
+ * ext/soundtouch/gstbpmdetect.cc:
+ * ext/soundtouch/gstbpmdetect.hh:
+ * ext/soundtouch/plugin.c: (plugin_init):
+ Add BPM detection plugin based on SoundTouch's libBPM.
+
+ * ext/soundtouch/gstpitch.cc:
+ Allow sample rates until MAX instead of only 48kHz and remove the
+ buffer-frames field from that caps.
+ Clear the remaining samples completely when necessary to get into
+ a clean state again.
+
2008-01-26 Sebastian Dröge <slomo@circular-chaos.org>
* gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):