mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 1224022
produce memory report after processing main thread messages r=padenot
which may add new streams.
This commit is contained in:
parent
7435fdb0bc
commit
87114f605c
@ -1229,11 +1229,11 @@ MediaStreamGraphImpl::UpdateMainThreadState()
|
||||
bool
|
||||
MediaStreamGraphImpl::OneIteration(GraphTime aStateEnd)
|
||||
{
|
||||
MaybeProduceMemoryReport();
|
||||
|
||||
// Process graph message from the main thread for this iteration.
|
||||
RunMessagesInQueue();
|
||||
|
||||
MaybeProduceMemoryReport();
|
||||
|
||||
GraphTime stateEnd = std::min(aStateEnd, mEndTime);
|
||||
UpdateGraph(stateEnd);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user