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:
Wonchul Lee 2019-10-06 17:20:12 +09:00 committed by GStreamer Merge Bot
parent a7ec30dc94
commit fc93b2669d

View file

@ -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,