diff --git a/src/osx/cocoa/mediactrl.mm b/src/osx/cocoa/mediactrl.mm index c35a6650c5..fbeafe201b 100644 --- a/src/osx/cocoa/mediactrl.mm +++ b/src/osx/cocoa/mediactrl.mm @@ -495,7 +495,7 @@ bool wxAVMediaBackend::SetPlaybackRate(double dRate) bool wxAVMediaBackend::SetPosition(wxLongLong where) { - [m_player seekToTime:CMTimeMakeWithSeconds(where.GetValue() / 1000.0, 1) + [m_player seekToTime:CMTimeMakeWithSeconds(where.GetValue() / 1000.0, 60000) toleranceBefore:kCMTimeZero toleranceAfter:kCMTimeZero]; return true;