Preroll decoders when video starts playing
When video starts playing, HTMLMediaElement no longer issues a seek(0) call. As a result, decoders needs to be prerolled so that video and audio will start outputting frames at the same time. This change also fixes an issue that when EOS is reached, the decoder does not clean up the prerolling state internal b/17812723 BUG= Review URL: https://codereview.chromium.org/638233002 Cr-Commit-Position: refs/heads/master@{#299006}
Showing
Please register or sign in to comment