зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1125469: Part3. Make sure we stop dropping frames from previous operation after seeking. r=mattwoodrow
This commit is contained in:
Родитель
d0fcfbe806
Коммит
0a376c1d06
|
@ -765,6 +765,9 @@ MediaSourceReader::Seek(int64_t aTime, int64_t aIgnored /* Used only for ogg whi
|
|||
{
|
||||
ReentrantMonitorAutoEnter mon(mDecoder->GetReentrantMonitor());
|
||||
mWaitingForSeekData = true;
|
||||
mDropAudioBeforeThreshold = false;
|
||||
mDropVideoBeforeThreshold = false;
|
||||
mTimeThreshold = 0;
|
||||
}
|
||||
|
||||
AttemptSeek();
|
||||
|
|
Загрузка…
Ссылка в новой задаче