|
Change the TimeSource interface to return wallclock time for video.
Mostly a mechanical change, though it involves extending the estimation
abilities of our TimeSource clients to provide estimates for times
outside of the current media time range.
BUG= 110814, 439548
TEST=media_unittests still pass.
Committed: https://crrev.com/5755042e9569648ce2d11e18e9d46834bc7395e4
Cr-Commit-Position: refs/heads/master@{#322459}
Total comments: 27
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+120 lines, -138 lines) |
Patch |
 |
M |
media/base/mock_filters.h
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/base/time_source.h
|
View
|
1
|
1 chunk |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
media/base/video_renderer.h
|
View
|
1
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/base/wall_clock_time_source.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/base/wall_clock_time_source.cc
|
View
|
1
|
2 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
M |
media/filters/audio_clock.h
|
View
|
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
media/filters/audio_clock.cc
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
media/filters/audio_clock_unittest.cc
|
View
|
|
3 chunks |
+0 lines, -54 lines |
0 comments
|
Download
|
 |
M |
media/renderers/audio_renderer_impl.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/renderers/audio_renderer_impl.cc
|
View
|
1
|
1 chunk |
+19 lines, -7 lines |
0 comments
|
Download
|
 |
M |
media/renderers/renderer_impl.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/renderers/renderer_impl.cc
|
View
|
1
2
|
2 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/renderers/video_renderer_impl.h
|
View
|
1
|
5 chunks |
+13 lines, -8 lines |
0 comments
|
Download
|
 |
M |
media/renderers/video_renderer_impl.cc
|
View
|
1
2
|
13 chunks |
+36 lines, -22 lines |
0 comments
|
Download
|
 |
M |
media/renderers/video_renderer_impl_unittest.cc
|
View
|
1
2
|
7 chunks |
+18 lines, -4 lines |
0 comments
|
Download
|
Total messages: 17 (6 generated)
|