DescriptionIntroduce TimeSource notifications to the VideoRenderer.
The upcoming VideoRenderer needs a way to know when time starts and
stops moving; this extends the RendererImpl to let the VideoRenderer
know about time changes.
I considered introducing a TimeSourceDependent observer-like interface
for TimeSources, but it ended up being way more complicated. I also
considered a proxy TimeSource, but again it was way more complicated.
The approach here is quite simple and small in complexity.
BUG=439548
TEST=new unittest.
Committed: https://crrev.com/5cc4fb592bd377ff503003a781f5fa9f68a4e8cc
Cr-Commit-Position: refs/heads/master@{#324172}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Single call. #
Total comments: 4
Messages
Total messages: 12 (2 generated)
|