mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 03:11:08 +01:00
Fixes issue 1303
This commit is contained in:
@@ -303,7 +303,7 @@ public class Movie extends PImage implements PConstants {
|
||||
boolean res;
|
||||
long pos = Video.secToNanoLong(where);
|
||||
|
||||
res = playbin.seek(1.0, Format.TIME, SeekFlags.FLUSH,
|
||||
res = playbin.seek(rate, Format.TIME, SeekFlags.FLUSH,
|
||||
SeekType.SET, pos, SeekType.NONE, -1);
|
||||
|
||||
if (!res) {
|
||||
|
||||
Reference in New Issue
Block a user