diff --git a/apps/projectGenerator b/apps/projectGenerator index 74afcd48555..bb6456ef735 160000 --- a/apps/projectGenerator +++ b/apps/projectGenerator @@ -1 +1 @@ -Subproject commit 74afcd48555ba9b3d0c430b2853ddad306a89b63 +Subproject commit bb6456ef735e16816e10ffea8fe44e70f0b7af0c diff --git a/libs/openFrameworks/video/ofAVFoundationVideoPlayer.m b/libs/openFrameworks/video/ofAVFoundationVideoPlayer.m index 27c88fe974a..21044fe0d5f 100644 --- a/libs/openFrameworks/video/ofAVFoundationVideoPlayer.m +++ b/libs/openFrameworks/video/ofAVFoundationVideoPlayer.m @@ -1180,7 +1180,7 @@ - (void)seekToEnd { } - (void)seekToTime:(CMTime)time { - [self seekToTime:time withTolerance:kCMTimePositiveInfinity]; + [self seekToTime:time withTolerance:kCMTimeZero]; } - (void)seekToTime:(CMTime)time