mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
av1enc: change cpu-used range upto 5
The speed 6, 7 and 8 has been removed because it's not yet tuned correctly. https://aomedia.googlesource.com/aom/+/7ffbf92030baf6886c2486574cca16d60499bbb8
This commit is contained in:
parent
c881e0a505
commit
fbcbf36fe3
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ gst_av1_enc_class_init (GstAV1EncClass * klass)
|
|||
g_object_class_install_property (gobject_class, PROP_CPU_USED,
|
||||
g_param_spec_int ("cpu-used", "CPU Used",
|
||||
"CPU Used. A Value greater than 0 will increase encoder speed at the expense of quality.",
|
||||
0, 8, DEFAULT_CPU_USED, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
0, 5, DEFAULT_CPU_USED, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
/* Rate control configurations */
|
||||
g_object_class_install_property (gobject_class, PROP_DROP_FRAME,
|
||||
|
|
Loading…
Reference in a new issue