diff --git a/dom/media/MediaDecoderStateMachine.cpp b/dom/media/MediaDecoderStateMachine.cpp index adcea38f4fee..e1982acc5e9f 100644 --- a/dom/media/MediaDecoderStateMachine.cpp +++ b/dom/media/MediaDecoderStateMachine.cpp @@ -2279,8 +2279,7 @@ BufferingState::EnsureVideoDecodeTaskQueued() mMaster->IsWaitingVideoData()) { return; } - mMaster->RequestVideoData(mMaster->NeedToSkipToNextKeyframe(), - media::TimeUnit::FromMicroseconds(mMaster->GetMediaTime())); + mMaster->RequestVideoData(false, media::TimeUnit()); } void