gst/audioconvert/gstchannelmix.c: Fix #341696: crash when mixing L+R+C to mono or...
authorMichael Smith <msmith@xiph.org>
Sun, 14 May 2006 18:15:17 +0000 (18:15 +0000)
committerMichael Smith <msmith@xiph.org>
Sun, 14 May 2006 18:15:17 +0000 (18:15 +0000)
commit400ade1e8fde0c4cf16ae8d45a81c911481757b6
treed3305dbd665a7a83c08afea42bc5160c33fc2e9e
parente2747e34fe8a45da8d1cda0ebdb8c8bfebc587ee
gst/audioconvert/gstchannelmix.c: Fix #341696: crash when mixing L+R+C to mono or stereo.

Original commit message from CVS:
* gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
Fix #341696: crash when mixing L+R+C to mono or stereo.
* tests/check/Makefile.am:
* tests/check/elements/audioconvert.c: (set_channel_positions),
(get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
(audioconvert_suite):
Add test for the above, including some generic framework bits for
testing multichannel things.
ChangeLog
gst/audioconvert/gstchannelmix.c
tests/check/Makefile.am
tests/check/elements/audioconvert.c