mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +00:00
x265enc: Add format example for option-string
https://bugzilla.gnome.org/show_bug.cgi?id=793881
This commit is contained in:
parent
3fb81536ce
commit
4d1b6882be
1 changed files with 2 additions and 1 deletions
|
@ -376,7 +376,8 @@ gst_x265_enc_class_init (GstX265EncClass * klass)
|
||||||
|
|
||||||
g_object_class_install_property (gobject_class, PROP_OPTION_STRING,
|
g_object_class_install_property (gobject_class, PROP_OPTION_STRING,
|
||||||
g_param_spec_string ("option-string", "Option string",
|
g_param_spec_string ("option-string", "Option string",
|
||||||
"String of x264 options (overridden by element properties)",
|
"String of x265 options (overridden by element properties)"
|
||||||
|
" in the format \"key1=value1:key2=value2\".",
|
||||||
PROP_OPTION_STRING_DEFAULT,
|
PROP_OPTION_STRING_DEFAULT,
|
||||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue