mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset fde8a287433b (bug 1125472)
This commit is contained in:
parent
5b1fad6c59
commit
da13896772
@ -2941,8 +2941,7 @@ MediaDecoderStateMachine::FlushDecoding()
|
||||
// and shutdown on B2G will fail as there are outstanding video frames
|
||||
// alive.
|
||||
ReentrantMonitorAutoExit exitMon(mDecoder->GetReentrantMonitor());
|
||||
DecodeTaskQueue()->Dispatch(task);
|
||||
DecodeTaskQueue()->AwaitIdle();
|
||||
DecodeTaskQueue()->FlushAndDispatch(task);
|
||||
}
|
||||
|
||||
// We must reset playback so that all references to frames queued
|
||||
|
Loading…
Reference in New Issue
Block a user