From: Sebastian Dröge Date: Mon, 4 May 2009 10:51:29 +0000 (+0200) Subject: lamemp3enc: Add a note to the encoding-engine-quality property X-Git-Tag: 1.16.2~901^2~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1845b62f06d30e7db373d3b22204c0c141068ae;p=platform%2Fupstream%2Fgst-plugins-good.git lamemp3enc: Add a note to the encoding-engine-quality property that says, that this does not affect the bitrate at all. --- diff --git a/ext/lame/gstlamemp3enc.c b/ext/lame/gstlamemp3enc.c index 687f3e1..51e43ae 100644 --- a/ext/lame/gstlamemp3enc.c +++ b/ext/lame/gstlamemp3enc.c @@ -283,7 +283,8 @@ gst_lamemp3enc_class_init (GstLameMP3EncClass * klass) DEFAULT_QUALITY, G_PARAM_READWRITE)); g_object_class_install_property (G_OBJECT_CLASS (klass), ARG_ENCODING_ENGINE_QUALITY, g_param_spec_enum ("encoding-engine-quality", - "Encoding Engine Quality", "Quality/speed of the encoding engine", + "Encoding Engine Quality", "Quality/speed of the encoding engine, " + "this does not affect the bitrate!", GST_TYPE_LAMEMP3ENC_ENCODING_ENGINE_QUALITY, DEFAULT_ENCODING_ENGINE_QUALITY, G_PARAM_READWRITE)); g_object_class_install_property (G_OBJECT_CLASS (klass), ARG_MONO,