From 906f398df7be2972b0713026cb8e735382fc260c Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Sun, 25 May 2008 16:09:39 +0000 Subject: ext/flac/: Set the channel layout when decoding FLAC files with more than 2 channels as defined by the FLAC spec. Fix... Original commit message from CVS: * ext/flac/Makefile.am: * ext/flac/gstflacdec.c: (gst_flac_dec_write): Set the channel layout when decoding FLAC files with more than 2 channels as defined by the FLAC spec. Fixes bug #534570. Also don't try to decode left/side, right/side and mid/side files as we don't support this at all. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c7348dbf..ad659a5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-05-25 Sebastian Dröge + + * ext/flac/Makefile.am: + * ext/flac/gstflacdec.c: (gst_flac_dec_write): + Set the channel layout when decoding FLAC files with more than 2 + channels as defined by the FLAC spec. Fixes bug #534570. + + Also don't try to decode left/side, right/side and mid/side files + as we don't support this at all. + 2008-05-24 Tim-Philipp Müller * configure.ac: -- cgit