From 9a12021247080ccf24e2cb60a73000a6cf2ee973 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Thu, 4 Sep 2008 09:25:59 +0000 Subject: 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. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') 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 + + * 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 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state), -- cgit