SVT-AV1 0.9 speed updated.

This commit is contained in:
Wojciech Kapsa 2022-02-17 09:00:41 +00:00
parent a85ab85bf8
commit f8c0485af4

View file

@ -191,8 +191,8 @@ gst_svtav1enc_class_init (GstSvtAv1EncClass * klass)
g_param_spec_uint ("speed", "speed (Encoder Mode)",
"Quality vs density tradeoff point"
" that the encoding is to be performed at"
" (0 is the highest quality, 8 is the highest speed) ",
0, 8, PROP_ENCMODE_DEFAULT,
" (0 is the highest quality, 12 is the highest speed) ",
0, 12, PROP_ENCMODE_DEFAULT,
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
g_object_class_install_property (gobject_class, PROP_B_PYRAMID,