mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
av1enc: Enable row-mt by default
Enabling row-mt property can help to increase cpu utilization and reduce encoding speed, so set it to on by default.
This commit is contained in:
parent
a7ec30dc94
commit
fc93b2669d
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ enum
|
|||
#define DEFAULT_TIMEBASE_D 30
|
||||
#define DEFAULT_BIT_DEPTH AOM_BITS_8
|
||||
#define DEFAULT_THREADS 0
|
||||
#define DEFAULT_ROW_MT FALSE
|
||||
#define DEFAULT_ROW_MT TRUE
|
||||
|
||||
static void gst_av1_enc_finalize (GObject * object);
|
||||
static void gst_av1_enc_set_property (GObject * object, guint prop_id,
|
||||
|
|
Loading…
Reference in a new issue