From 0a646e9797f2f18a407fc24b3dd0ce6fd88b2be8 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Tue, 17 Aug 2004 12:38:33 +0000 Subject: [PATCH] Make flacenc work with mono streams by only setting the mid_side and loose_mid_side when its a stereo stream Original commit message from CVS: Make flacenc work with mono streams by only setting the mid_side and loose_mid_side when its a stereo stream --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 73cdcdcb92..6a932cff96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-08-17 Iain + + * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the + mid_side and loose_mid_side properties if its a stereo stream. + 2004-08-17 Wim Taymans * ext/theora/theoradec.c: (gst_theora_dec_class_init),