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
This commit is contained in:
Iain Holmes 2004-08-17 12:38:33 +00:00
parent a0b945f17d
commit 0a646e9797

View file

@ -1,3 +1,8 @@
2004-08-17 Iain <iaingnome@gmail.com>
* 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 <wim@fluendo.com>
* ext/theora/theoradec.c: (gst_theora_dec_class_init),