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.
This commit is contained in:
Rafostar
2020-10-31 08:07:38 +01:00
parent 19e1a20bf7
commit bcd73448de

View File

@@ -31,7 +31,7 @@
<!-- GStreamer -->
<key name="plugin-ranking" type="s">
<default>'[{"apply":true,"name":"vah264dec","rank":300}]'</default>
<default>'[{"apply":false,"name":"vah264dec","rank":300}]'</default>
<summary>Custom values for GStreamer plugin ranking</summary>
</key>
</schema>