gst/audioconvert/gstchannelmix.c: walk the samples backwards if out_channels > in_cha...
authorBenjamin Otte <otte@gnome.org>
Sun, 28 Nov 2004 18:26:36 +0000 (18:26 +0000)
committerBenjamin Otte <otte@gnome.org>
Sun, 28 Nov 2004 18:26:36 +0000 (18:26 +0000)
commitd1f42131609ab689be02a46543dc747b86368b38
tree8a794e1e0045b3f23faabac0a7e45b5ecf398f5e
parent7ef236f009f915dd3ac0103a6482bf6a4cae2022
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