-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
I'm getting following error when using player.seekToTime(1.1)
2016-03-04 09:25:43.907 Plask[26985:5357889] CMTimeMakeWithSeconds(1.100 seconds, timescale 1): warning: error of -0.100 introduced due to very low timescale
I can see that you have marked plask_bindings.mm#L7491 as FIXME, why?
CMTime time = (curtime.flags & kCMTimeFlags_Valid) ?
CMTimeMakeWithSeconds(args[0]->NumberValue(), curtime.timescale) :
CMTimeMakeWithSeconds(args[0]->NumberValue(), 50000); // FIXMEMetadata
Metadata
Assignees
Labels
No labels