diff options
author | Iain Holmes <iain@prettypeople.org> | 2004-08-17 12:38:33 +0000 |
---|---|---|
committer | Iain Holmes <iain@prettypeople.org> | 2004-08-17 12:38:33 +0000 |
commit | 0a646e9797f2f18a407fc24b3dd0ce6fd88b2be8 (patch) | |
tree | 28724a55fa8a553968164bffda37cd3c963e4733 /ChangeLog | |
parent | a0b945f17ddb4ecb80e9a8330ec9e446ce45296e (diff) | |
download | gst-plugins-bad-0a646e9797f2f18a407fc24b3dd0ce6fd88b2be8.tar.gz gst-plugins-bad-0a646e9797f2f18a407fc24b3dd0ce6fd88b2be8.tar.bz2 gst-plugins-bad-0a646e9797f2f18a407fc24b3dd0ce6fd88b2be8.zip |
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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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), |