x265enc: Add format example for option-string
authorAlicia Boya García <aboya@igalia.com>
Tue, 27 Feb 2018 14:47:40 +0000 (15:47 +0100)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Tue, 27 Feb 2018 18:56:57 +0000 (13:56 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=793881

ext/x265/gstx265enc.c

index 2f22a4d..d8d18b0 100644 (file)
@@ -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));