summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorIain Holmes <iain@prettypeople.org>2004-08-17 12:38:33 +0000
committerIain Holmes <iain@prettypeople.org>2004-08-17 12:38:33 +0000
commit0a646e9797f2f18a407fc24b3dd0ce6fd88b2be8 (patch)
tree28724a55fa8a553968164bffda37cd3c963e4733 /ChangeLog
parenta0b945f17ddb4ecb80e9a8330ec9e446ce45296e (diff)
downloadgst-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73cdcdcb..6a932cff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),