From bcd73448de43656f178dcd5bbcfd109138e1cc41 Mon Sep 17 00:00:00 2001 From: Rafostar <40623528+Rafostar@users.noreply.github.com> Date: Sat, 31 Oct 2020 08:07:38 +0100 Subject: [PATCH] Disable "vah264dec" by default The "vah264dec" plugin is a new and much better VAAPI implementation then default one in gstreamer-vaapi. Unfortunately as of now it works correctly only on Wayland and causes crashes on XOrg. Wayland users can easily enable it in video player preferences advanced tab settings to get improved performance and lower CPU usage. --- data/com.github.rafostar.Clapper.gschema.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/com.github.rafostar.Clapper.gschema.xml b/data/com.github.rafostar.Clapper.gschema.xml index 19ddbd96..08e4b03c 100644 --- a/data/com.github.rafostar.Clapper.gschema.xml +++ b/data/com.github.rafostar.Clapper.gschema.xml @@ -31,7 +31,7 @@ - '[{"apply":true,"name":"vah264dec","rank":300}]' + '[{"apply":false,"name":"vah264dec","rank":300}]' Custom values for GStreamer plugin ranking