mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-09 07:52:36 +00:00
lamemp3enc: Add a note to the encoding-engine-quality property
that says, that this does not affect the bitrate at all.
This commit is contained in:
parent
a085d92489
commit
d1845b62f0
1 changed files with 2 additions and 1 deletions
|
@ -283,7 +283,8 @@ gst_lamemp3enc_class_init (GstLameMP3EncClass * klass)
|
||||||
DEFAULT_QUALITY, G_PARAM_READWRITE));
|
DEFAULT_QUALITY, G_PARAM_READWRITE));
|
||||||
g_object_class_install_property (G_OBJECT_CLASS (klass),
|
g_object_class_install_property (G_OBJECT_CLASS (klass),
|
||||||
ARG_ENCODING_ENGINE_QUALITY, g_param_spec_enum ("encoding-engine-quality",
|
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,
|
GST_TYPE_LAMEMP3ENC_ENCODING_ENGINE_QUALITY,
|
||||||
DEFAULT_ENCODING_ENGINE_QUALITY, G_PARAM_READWRITE));
|
DEFAULT_ENCODING_ENGINE_QUALITY, G_PARAM_READWRITE));
|
||||||
g_object_class_install_property (G_OBJECT_CLASS (klass), ARG_MONO,
|
g_object_class_install_property (G_OBJECT_CLASS (klass), ARG_MONO,
|
||||||
|
|
Loading…
Reference in a new issue