Use the ALSA channel layout as default for wav files without channel layout informati...
authorSebastian Dröge <slomo@circular-chaos.org>
Sun, 28 Oct 2007 11:46:48 +0000 (11:46 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Sun, 28 Oct 2007 11:46:48 +0000 (11:46 +0000)
commitc3d94683d9a3931d16b679aef932be16430afb54
tree1668231d375a5f4d6bcaf4232d01e4de01461bf9
parentaf68c73c6c5fd7ee6f6fe860e49957a880e13521
Use the ALSA channel layout as default for wav files without channel layout information. This fixes playback of chan-...

Original commit message from CVS:
(gst_riff_wavext_add_channel_layout),
(gst_riff_wave_add_default_channel_layout),
(gst_riff_wavext_get_default_channel_mask),
(gst_riff_create_audio_caps):
Use the ALSA channel layout as default for wav files without channel
layout information. This fixes playback of chan-id.wav on 5.1 systems
for example. Also refactor the channel layout setting a bit and add
more default channel orders. Fixes #489010.
ChangeLog