Enable "Fast Seeking" option

Since GstPlayer pipeline ref count is now fixed by a patch, fast seeking option can be enabled. In my tests this seeking method is over 10x faster then normal seeking on some files, but the video time you end up with might differ up to few seconds from the value requested.
This commit is contained in:
Rafostar
2020-11-04 22:57:05 +01:00
parent 2b11f68723
commit 81bdcf6244

View File

@@ -42,8 +42,7 @@ class ClapperBehaviourPage extends PrefsBase.Grid
this.addComboBoxText('Mode', [
['normal', "Normal"],
['accurate', "Accurate"],
/* Needs gstplayer pipeline ref count fix */
//['fast', "Fast"],
['fast', "Fast"],
], 'seeking-mode');
this.addComboBoxText('Unit', [
['second', "Second"],