summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlicia Boya GarcĂ­a <aboya@igalia.com>2018-02-27 15:42:32 +0100
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2018-02-27 13:51:19 -0500
commit725de9b92ec2e76d919234636bd8de10ad9b4889 (patch)
tree2941ac0e1230690237403952b1866482725f3ca7
parentfb5f718e141efeff58be7b26b61e42a3c85be776 (diff)
x264enc: Add format example for option-string
https://bugzilla.gnome.org/show_bug.cgi?id=793879
-rw-r--r--ext/x264/gstx264enc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/x264/gstx264enc.c b/ext/x264/gstx264enc.c
index 3d3e0be834..903dfd17fe 100644
--- a/ext/x264/gstx264enc.c
+++ b/ext/x264/gstx264enc.c
@@ -930,7 +930,8 @@ gst_x264_enc_class_init (GstX264EncClass * klass)
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
g_object_class_install_property (gobject_class, ARG_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,
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));