mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
opusenc: fix constrained-vbr property name typo
This commit is contained in:
parent
f3f9e4b978
commit
af8771ef2f
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ gst_opus_enc_class_init (GstOpusEncClass * klass)
|
|||
"Constant bit rate", DEFAULT_CBR,
|
||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
g_object_class_install_property (gobject_class, PROP_CONSTRAINED_VBR,
|
||||
g_param_spec_boolean ("constrained-cbr", "Constrained VBR",
|
||||
g_param_spec_boolean ("constrained-vbr", "Constrained VBR",
|
||||
"Constrained VBR", DEFAULT_CONSTRAINED_VBR,
|
||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
g_object_class_install_property (gobject_class, PROP_COMPLEXITY,
|
||||
|
|
Loading…
Reference in a new issue