mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
various: canonicalize property names
This commit is contained in:
parent
fcd740b5de
commit
601b97fcdf
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ gst_lame_class_init (GstLameClass * klass)
|
|||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
/* compression ratio set to 0.0 by default otherwise it overrides the bitrate setting */
|
||||
g_object_class_install_property (G_OBJECT_CLASS (klass),
|
||||
ARG_COMPRESSION_RATIO, g_param_spec_float ("compression_ratio",
|
||||
ARG_COMPRESSION_RATIO, g_param_spec_float ("compression-ratio",
|
||||
"Compression Ratio",
|
||||
"let lame choose bitrate to achieve selected compression ratio", 0.0,
|
||||
200.0, gst_lame_default_settings.compression_ratio,
|
||||
|
|
Loading…
Reference in a new issue