From: Iain Holmes Date: Tue, 17 Aug 2004 12:38:33 +0000 (+0000) Subject: Make flacenc work with mono streams by only setting the mid_side and loose_mid_side... X-Git-Tag: 1.19.3~507^2~22846 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a646e9797f2f18a407fc24b3dd0ce6fd88b2be8;p=platform%2Fupstream%2Fgstreamer.git 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 --- diff --git a/ChangeLog b/ChangeLog index 73cdcdc..6a932cf 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),