From c3d94683d9a3931d16b679aef932be16430afb54 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 28 Oct 2007 11:46:48 +0000 Subject: [PATCH] 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 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 40e0591..4b2e2ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-10-28 Sebastian Dröge + + (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. + 2007-10-26 Tim-Philipp Müller * tests/check/libs/tag.c: (test_musicbrainz_tag_registration): -- 2.7.4