mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1110595 - Fix MSE playback stalling; r=mattwoodrow
This commit is contained in:
parent
f0a12faf26
commit
1b1d177a63
@ -268,7 +268,7 @@ MediaSourceReader::OnVideoNotDecoded(NotDecodedReason aReason)
|
||||
// switching to the end of the buffered range.
|
||||
MOZ_ASSERT(aReason == END_OF_STREAM);
|
||||
if (mVideoReader) {
|
||||
AdjustEndTime(&mLastVideoTime, mAudioReader);
|
||||
AdjustEndTime(&mLastVideoTime, mVideoReader);
|
||||
}
|
||||
|
||||
// See if we can find a different reader that can pick up where we left off. We use the
|
||||
|
Loading…
Reference in New Issue
Block a user