Have AudioRendererImpl advance time until it's told to stop.
This removes the hacky fall-back-to-interpolated-time code when audio ends before video. Considering we're still getting audio render callbacks during this time, we can simply account for how much silence we've written to compute the media time. More importantly, this brings AudioRendererImpl's TimeSource implementation in line with how WallClockTimeSource operates and gets us one step closer to removing TimeDeltaInterpolator entirely. BUG=370634 R=dalecurtis@chromium.org, xhwang@chromium.org Review URL: https://codereview.chromium.org/518613002 Cr-Commit-Position: refs/heads/master@{#293343}
Showing
This diff is collapsed.
Please register or sign in to comment