media: In low delay mode, do not accumulate frames earlier than the start time.
In low delay mode, we'll start playback when we have any frame. If we accumulate frames earlier than the start time, we'll start playing that frame prematurely. Instead, drop those frames immediately. Playback will start when we start to have frames on or later than the start time. BUG=512145 TEST=Updated the unittest to cover this case. Review URL: https://codereview.chromium.org/1246033008 Cr-Commit-Position: refs/heads/master@{#339774}
Showing
Please register or sign in to comment