mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
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:
@@ -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"],
|
||||
|
Reference in New Issue
Block a user