x264enc: Add format example for option-string

https://bugzilla.gnome.org/show_bug.cgi?id=793879
This commit is contained in:
Alicia Boya García 2018-02-27 15:42:32 +01:00 committed by Nicolas Dufresne
parent fb5f718e14
commit 725de9b92e

View file

@ -930,7 +930,8 @@ gst_x264_enc_class_init (GstX264EncClass * klass)
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
g_object_class_install_property (gobject_class, ARG_OPTION_STRING, g_object_class_install_property (gobject_class, ARG_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 x264 options (overridden by element properties)"
" in the format \"key1=value1:key2=value2\".",
ARG_OPTION_STRING_DEFAULT, ARG_OPTION_STRING_DEFAULT,
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));