gst/audioconvert/: Add support for more than 8 channels and NONE channel layouts...
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 6 May 2008 12:12:16 +0000 (12:12 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Tue, 6 May 2008 12:12:16 +0000 (12:12 +0000)
commitfd54092a2a8018853435f2e531eeab2eb5e99253
tree85c9114450686854f62807333eefcd677cf01204
parent4a3db41f6d05094f650a47ac68a28b536038f405
gst/audioconvert/: Add support for more than 8 channels and NONE channel layouts. For more than 8 channels no channel...

Original commit message from CVS:
Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
* gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
* gst/audioconvert/audioconvert.h:
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_parse_caps),
(structure_has_fixed_channel_positions),
(gst_audio_convert_transform_caps):
* gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
Add support for more than 8 channels and NONE channel layouts. For
more than 8 channels no channel conversion is supported yet, only
format conversions are supported. Fixes bug #398033.
* tests/check/elements/audioconvert.c: (verify_convert),
(GST_START_TEST), (audioconvert_suite):
Add some unit tests by Tim for checking the NONE channel layouts
and more than 8 channels and add some more unit tests for channel
conversions.
ChangeLog
gst/audioconvert/audioconvert.c
gst/audioconvert/audioconvert.h
gst/audioconvert/gstaudioconvert.c
gst/audioconvert/gstchannelmix.c
tests/check/elements/audioconvert.c