diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2009-01-19 10:13:53 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2009-01-19 10:13:53 +0000 |
commit | d912a42065647cc6baa00b8eab8f6e173286033a (patch) | |
tree | 1fdeff5360e33e9f8a68a8d9cbd886c88deb7eb0 /ChangeLog | |
parent | b5f2a609af44fc5f610cfdc69b543b4d90adc246 (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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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: |