mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
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.
39 lines
1.3 KiB
XML
39 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist gettext-domain="com.github.rafostar.Clapper">
|
|
<schema id="com.github.rafostar.Clapper" path="/com/github/rafostar/Clapper/">
|
|
<!-- General -->
|
|
<key name="fullscreen-auto" type="b">
|
|
<default>false</default>
|
|
<summary>Automatically enter fullscreen when first file is loaded</summary>
|
|
</key>
|
|
<key name="volume-initial" type="s">
|
|
<default>"restore"</default>
|
|
<summary>Mode used for startup volume value</summary>
|
|
</key>
|
|
<key name="volume-value" type="i">
|
|
<default>100</default>
|
|
<summary>Custom initial volume value after startup</summary>
|
|
</key>
|
|
|
|
<!-- Behaviour -->
|
|
<key name="seeking-mode" type="s">
|
|
<default>"normal"</default>
|
|
<summary>Mode used for seeking</summary>
|
|
</key>
|
|
<key name="seeking-value" type="i">
|
|
<default>10</default>
|
|
<summary>Time amount to seek with single press of arrow keys</summary>
|
|
</key>
|
|
<key name="seeking-unit" type="s">
|
|
<default>"second"</default>
|
|
<summary>Unit to use with seeking value</summary>
|
|
</key>
|
|
|
|
<!-- GStreamer -->
|
|
<key name="plugin-ranking" type="s">
|
|
<default>'[{"apply":false,"name":"vah264dec","rank":300}]'</default>
|
|
<summary>Custom values for GStreamer plugin ranking</summary>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|