summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-09-04 09:25:59 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-09-04 09:25:59 +0000
commit9a12021247080ccf24e2cb60a73000a6cf2ee973 (patch)
tree707b1c8c757df2388cb42e5088c9c566de6137e9 /ChangeLog
parentbf5ffabf4cdd28a987829859c46c884dafb03d81 (diff)
ext/flac/gstflacenc.c: Make sure the desired default values are actually set, not only registered as defaults (actual...
Original commit message from CVS: * ext/flac/gstflacenc.c: (gst_flac_enc_class_init): Make sure the desired default values are actually set, not only registered as defaults (actual problem is that the stereo-specific values are only updated if channels==2, which is not the case yet when the object is created, so the default values for the mid-side-stereo and loose-mid-side-stereo settings are never set in _update_quality()). Makes flacenc create smaller files by default (for stereo input), and fixes #550791.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d3837226..c0dd109d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2008-09-04 Tim-Philipp Müller <tim.muller at collabora co uk>
+
+ * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
+ Make sure the desired default values are actually set, not only
+ registered as defaults (actual problem is that the stereo-specific
+ values are only updated if channels==2, which is not the case yet
+ when the object is created, so the default values for the
+ mid-side-stereo and loose-mid-side-stereo settings are never
+ set in _update_quality()). Makes flacenc create smaller files by
+ default (for stereo input), and fixes #550791.
+
2008-09-03 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
* gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),