summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2009-01-19 10:13:53 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2009-01-19 10:13:53 +0000
commitd912a42065647cc6baa00b8eab8f6e173286033a (patch)
tree1fdeff5360e33e9f8a68a8d9cbd886c88deb7eb0 /ChangeLog
parentb5f2a609af44fc5f610cfdc69b543b4d90adc246 (diff)
gst/spectrum/gstspectrum.*: Implement a simple compensation algorithm for rounding errors.
Original commit message from CVS: * gst/spectrum/gstspectrum.c: (gst_spectrum_reset_state), (gst_spectrum_transform_ip): * gst/spectrum/gstspectrum.h: Implement a simple compensation algorithm for rounding errors. This makes sure that a spectrum message is posted on the bus every interval nanoseconds. Fixes bug #567955.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 982cab3c..e3f519d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-01-19 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/spectrum/gstspectrum.c: (gst_spectrum_reset_state),
+ (gst_spectrum_transform_ip):
+ * gst/spectrum/gstspectrum.h:
+ Implement a simple compensation algorithm for rounding errors.
+ This makes sure that a spectrum message is posted on the bus
+ every interval nanoseconds. Fixes bug #567955.
+
2009-01-15 Michael Smith <msmith@songbirdnest.com>
* sys/osxaudio/Makefile.am: