mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
SVT-AV1 0.9 speed updated.
This commit is contained in:
parent
a85ab85bf8
commit
f8c0485af4
1 changed files with 2 additions and 2 deletions
|
@ -191,8 +191,8 @@ gst_svtav1enc_class_init (GstSvtAv1EncClass * klass)
|
||||||
g_param_spec_uint ("speed", "speed (Encoder Mode)",
|
g_param_spec_uint ("speed", "speed (Encoder Mode)",
|
||||||
"Quality vs density tradeoff point"
|
"Quality vs density tradeoff point"
|
||||||
" that the encoding is to be performed at"
|
" that the encoding is to be performed at"
|
||||||
" (0 is the highest quality, 8 is the highest speed) ",
|
" (0 is the highest quality, 12 is the highest speed) ",
|
||||||
0, 8, PROP_ENCMODE_DEFAULT,
|
0, 12, PROP_ENCMODE_DEFAULT,
|
||||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
|
|
||||||
g_object_class_install_property (gobject_class, PROP_B_PYRAMID,
|
g_object_class_install_property (gobject_class, PROP_B_PYRAMID,
|
||||||
|
|
Loading…
Reference in a new issue