|
This is an initial cleanup step, aiming to delete the
webrtc::VideoRenderer class, replacing it by rtc::VideoSinkInterface.
The next step is to convert all places where a renderer is attached to
rtc::VideoSourceInterface, and at that point, the
SmoothsRenderedFrames method can be replaced by a flag
rtc::VideoSinkWants::smoothed_frames.
Delete unused method IsTextureSupported.
Delete unused time argument to RenderFrame.
Let webrtc::VideoRenderer inherit rtc::VideoSinkInterface. Rename RenderFrame --> OnFrame.
TBR=kjellander@webrtc.org
BUG= webrtc:5426
Committed: https://crrev.com/eb83a1a10fe7aa6b4b57ece4c7674ecf7f148f96
Cr-Commit-Position: refs/heads/master@{#12070}
Total comments: 1
Total comments: 2
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+40 lines, -105 lines) |
Patch |
|
M |
webrtc/DEPS
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -0 lines |
1 comment
|
Download
|
|
M |
webrtc/call/call_perf_tests.cc
|
View
|
|
4 chunks |
+2 lines, -8 lines |
0 comments
|
Download
|
|
M |
webrtc/media/engine/fakewebrtccall.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/media/engine/fakewebrtccall.cc
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
webrtc/media/engine/webrtcvideoengine2.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
webrtc/media/engine/webrtcvideoengine2.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -7 lines |
0 comments
|
Download
|
|
M |
webrtc/media/engine/webrtcvideoengine2_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/test/gl/gl_renderer.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/test/gl/gl_renderer.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/test/linux/glx_renderer.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/test/linux/glx_renderer.cc
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
webrtc/test/mac/video_renderer_mac.h
|
View
|
1
2
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/test/mac/video_renderer_mac.mm
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/test/video_renderer.cc
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
webrtc/test/win/d3d_renderer.h
|
View
|
1
2
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/test/win/d3d_renderer.cc
|
View
|
1
2
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/video/end_to_end_tests.cc
|
View
|
|
11 chunks |
+8 lines, -35 lines |
0 comments
|
Download
|
|
M |
webrtc/video/replay.cc
|
View
|
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
|
M |
webrtc/video/video_capture_input.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/video/video_quality_test.cc
|
View
|
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
|
M |
webrtc/video/video_receive_stream.cc
|
View
|
1
|
1 chunk |
+1 line, -7 lines |
0 comments
|
Download
|
|
M |
webrtc/video_renderer.h
|
View
|
|
1 chunk |
+3 lines, -9 lines |
0 comments
|
Download
|
Total messages: 47 (23 generated)
|