opusenc: fix constrained-vbr property name typo
This commit is contained in:
parent
f3f9e4b978
commit
af8771ef2f
@ -226,7 +226,7 @@ gst_opus_enc_class_init (GstOpusEncClass * klass)
|
|||||||
"Constant bit rate", DEFAULT_CBR,
|
"Constant bit rate", DEFAULT_CBR,
|
||||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
g_object_class_install_property (gobject_class, PROP_CONSTRAINED_VBR,
|
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,
|
"Constrained VBR", DEFAULT_CONSTRAINED_VBR,
|
||||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
g_object_class_install_property (gobject_class, PROP_COMPLEXITY,
|
g_object_class_install_property (gobject_class, PROP_COMPLEXITY,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user