summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-11-28 18:26:36 +0000
committerBenjamin Otte <otte@gnome.org>2004-11-28 18:26:36 +0000
commit0bc45bd2e6dc5a28aa64505306cc6d413b1c7f27 (patch)
tree2a358c27ac63750f81d6e0e72ef2561d2115aef5
parentaa609beb6278c200ad2f29c9b246a98b8683130f (diff)
downloadgst-plugins-bad-0bc45bd2e6dc5a28aa64505306cc6d413b1c7f27.tar.gz
gst-plugins-bad-0bc45bd2e6dc5a28aa64505306cc6d413b1c7f27.tar.bz2
gst-plugins-bad-0bc45bd2e6dc5a28aa64505306cc6d413b1c7f27.zip
gst/audioconvert/gstchannelmix.c: walk the samples backwards if out_channels > in_channels so we don't overwrite data
Original commit message from CVS: * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix): walk the samples backwards if out_channels > in_channels so we don't overwrite data
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb385bfb..4ba02973 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-11-28 Benjamin Otte <otte@gnome.org>
+
+ * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
+ walk the samples backwards if out_channels > in_channels so we don't
+ overwrite data
+
2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/audioconvert/Makefile.am: