summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlicia Boya GarcĂ­a <aboya@igalia.com>2018-02-27 15:47:40 +0100
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2018-02-27 13:56:57 -0500
commit4d1b6882be0c3bab2c2087c6c206062210bf5bdd (patch)
tree358673860afa87b3faecd34b546fb6e73a7e9acd
parent3fb81536cebc174fa79fa9e8b30ae60888e467f3 (diff)
x265enc: Add format example for option-string
https://bugzilla.gnome.org/show_bug.cgi?id=793881
-rw-r--r--ext/x265/gstx265enc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/x265/gstx265enc.c b/ext/x265/gstx265enc.c
index 2f22a4d21..d8d18b087 100644
--- a/ext/x265/gstx265enc.c
+++ b/ext/x265/gstx265enc.c
@@ -376,7 +376,8 @@ gst_x265_enc_class_init (GstX265EncClass * klass)
g_object_class_install_property (gobject_class, PROP_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,
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));