Chromium Code Reviews
DescriptionClear pending reads after suspend completes, not before.
If reads are cleared prior to suspend that does not guarantee that
no further read has been started (even when playback rate == 0) since
the renderers may be prerolling buffers.
The abort before suspend actually does nothing but cause additional
churn in some cases. Instead we should destroy the renderer and then
abort any stale state.
BUG=638018
Committed: https://crrev.com/c672f0c53548b3250ca5e4573f3aa6452fe6ba82
Cr-Commit-Position: refs/heads/master@{#419941}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|
|||||||||||||||||||