From f8c0485af4f24523fdc4d9117c6a3a8e1f5518d0 Mon Sep 17 00:00:00 2001 From: Wojciech Kapsa Date: Thu, 17 Feb 2022 09:00:41 +0000 Subject: [PATCH] SVT-AV1 0.9 speed updated. --- subprojects/gst-plugins-bad/ext/svtav1/gstsvtav1enc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subprojects/gst-plugins-bad/ext/svtav1/gstsvtav1enc.c b/subprojects/gst-plugins-bad/ext/svtav1/gstsvtav1enc.c index f6069e767c..4ee0dbbbe9 100644 --- a/subprojects/gst-plugins-bad/ext/svtav1/gstsvtav1enc.c +++ b/subprojects/gst-plugins-bad/ext/svtav1/gstsvtav1enc.c @@ -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,