mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 08:21:59 +02:00
Remove set_seek_mode check
We now use a custom GstPlayer fork that has it added
This commit is contained in:
@@ -296,12 +296,9 @@ class ClapperPlayer extends GstClapper.Clapper
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* FIXME: Remove this check when GstPlay(er) have set_seek_mode function */
|
|
||||||
if(this.set_seek_mode) {
|
|
||||||
this.set_seek_mode(GstClapper.ClapperSeekMode.DEFAULT);
|
this.set_seek_mode(GstClapper.ClapperSeekMode.DEFAULT);
|
||||||
this.seekingMode = 'normal';
|
this.seekingMode = 'normal';
|
||||||
this.needsFastSeekRestore = true;
|
this.needsFastSeekRestore = true;
|
||||||
}
|
|
||||||
|
|
||||||
this.seek_seconds(seconds);
|
this.seek_seconds(seconds);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user