summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-01-27 07:37:40 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-01-27 07:37:40 +0000
commit26b4a028d98811c91740b48fbaf461aba77a083d (patch)
tree306599c89179bb38a65ed579cd9586bc6e2585ad /ChangeLog
parent5b791c2ce5b905e8a0521732dc9c08f85551520d (diff)
downloadgst-plugins-bad-26b4a028d98811c91740b48fbaf461aba77a083d.tar.gz
gst-plugins-bad-26b4a028d98811c91740b48fbaf461aba77a083d.tar.bz2
gst-plugins-bad-26b4a028d98811c91740b48fbaf461aba77a083d.zip
ext/soundtouch/gstpitch.*: Implement LATENCY query and notify about latency changes.
Original commit message from CVS: * ext/soundtouch/gstpitch.cc: * ext/soundtouch/gstpitch.hh: Implement LATENCY query and notify about latency changes. Unfortunately we don't have a fixed latency but it changes a bit with each buffer so we only send an LATENCY event with the maximum latency if it changes. Always calculate the timestamp, duration, etc from the sample rate instead of using a pre-calculated duration for one sample to prevent large rounding errors.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 88f2535f..97930237 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2008-01-27 Sebastian Dröge <slomo@circular-chaos.org>
+ * ext/soundtouch/gstpitch.cc:
+ * ext/soundtouch/gstpitch.hh:
+ Implement LATENCY query and notify about latency changes.
+ Unfortunately we don't have a fixed latency but it changes
+ a bit with each buffer so we only send an LATENCY event with
+ the maximum latency if it changes.
+
+ Always calculate the timestamp, duration, etc from the sample
+ rate instead of using a pre-calculated duration for one sample
+ to prevent large rounding errors.
+
+2008-01-27 Sebastian Dröge <slomo@circular-chaos.org>
+
Based on a patch by:
Hans de Goede <j dot w dot r dot degoede at hhs dot nl>