[gst-cvs] gst-plugins-ugly: lamemp3enc: Add a note to the encoding-engine-quality property

Sebastian Dröge slomo at kemper.freedesktop.org
Mon May 4 03:53:47 PDT 2009


Module: gst-plugins-ugly
Branch: master
Commit: 54d7c0d5633fcdcce3e471e751203a99ba2121a0
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-ugly/commit/?id=54d7c0d5633fcdcce3e471e751203a99ba2121a0

Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Mon May  4 12:51:29 2009 +0200

lamemp3enc: Add a note to the encoding-engine-quality property

that says, that this does not affect the bitrate at all.

---

 ext/lame/gstlamemp3enc.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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,





More information about the Gstreamer-commits mailing list