From 0bc45bd2e6dc5a28aa64505306cc6d413b1c7f27 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sun, 28 Nov 2004 18:26:36 +0000 Subject: 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 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index eb385bfb..4ba02973 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-11-28 Benjamin Otte + + * 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 * gst/audioconvert/Makefile.am: -- cgit v1.2.1