mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
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.
This commit is contained in:
parent
af68c73c6c
commit
c3d94683d9
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2007-10-28 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
(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 <tim at centricular dot net>
|
||||
|
||||
* tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
|
||||
|
|
Loading…
Reference in a new issue