|
Drop time from media::{Audio,Video}Renderer::StartPlayingFrom().
In preparation for migrating to TimeSource, StartPlayingFrom() is
renamed to StartPlaying() with renderers expected to fetch the current
time instead of being provided the time.
AudioRenderer::SetMediaTime() is temporarily added until we can migrate
the interface to being based on TimeSource.
BUG= 370634
R=xhwang@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284155
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+87 lines, -59 lines) |
Patch |
 |
M |
media/base/audio_renderer.h
|
View
|
1
|
2 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/base/mock_filters.h
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/base/pipeline.cc
|
View
|
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
media/base/pipeline_unittest.cc
|
View
|
|
7 chunks |
+17 lines, -13 lines |
0 comments
|
Download
|
 |
M |
media/base/video_renderer.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
media/filters/audio_renderer_impl.h
|
View
|
1
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/filters/audio_renderer_impl.cc
|
View
|
|
3 chunks |
+13 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/filters/audio_renderer_impl_unittest.cc
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/filters/video_renderer_impl.h
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/filters/video_renderer_impl.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/filters/video_renderer_impl_unittest.cc
|
View
|
1
|
11 chunks |
+27 lines, -25 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|