DescriptionRemove media::VideoRenderer::SetPlaybackRate().
Video renderers don't need the information as they are already making
audio/video synchronization decisions based on a media timeline that
already incorporates the current playback rate via the time callback.
In particular, VideoRendererImpl only used playback rate to estimate
a better duration to sleep until the current frame was ready ...
except that in most cases we'd sleep for kIdleTimeDelta and wait
until the media timeline had progressed past the current frame's
timestamp. In other words, there's absolutely no reason to even try
to estimate the sleep duration based on the playback rate.
BUG=370634
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282797
Patch Set 1 : #
Total comments: 2
Patch Set 2 : tweak display window #
Total comments: 2
Patch Set 3 : use local var #
Messages
Total messages: 14 (0 generated)
|