|
Move VideoFramePump to remoting/protocol
VideoFramePump will not be used for WebRTC-based connection. In a separate
change I plan to move creation of the VideoFramePump to IceConnectionToHost
so the host layer will not need to know when VideoFramePump needs to be
used.
Committed: https://crrev.com/4d2080079417529d000f3ed13f144ba0b4a08a86
Cr-Commit-Position: refs/heads/master@{#361205}
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+141 lines, -1524 lines) |
Patch |
 |
M |
remoting/host/BUILD.gn
|
View
|
|
7 chunks |
+4 lines, -8 lines |
0 comments
|
Download
|
 |
D |
remoting/host/capture_scheduler.h
|
View
|
|
1 chunk |
+0 lines, -113 lines |
0 comments
|
Download
|
 |
D |
remoting/host/capture_scheduler.cc
|
View
|
|
1 chunk |
+0 lines, -181 lines |
0 comments
|
Download
|
 |
D |
remoting/host/capture_scheduler_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -195 lines |
0 comments
|
Download
|
 |
M |
remoting/host/chromoting_host_unittest.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/client_session.h
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/client_session.cc
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/host/client_session_unittest.cc
|
View
|
1
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/host/desktop_process_unittest.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
D |
remoting/host/fake_desktop_capturer.h
|
View
|
|
1 chunk |
+0 lines, -49 lines |
0 comments
|
Download
|
 |
D |
remoting/host/fake_desktop_capturer.cc
|
View
|
|
1 chunk |
+0 lines, -153 lines |
0 comments
|
Download
|
 |
M |
remoting/host/fake_desktop_environment.h
|
View
|
1
|
5 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
remoting/host/fake_desktop_environment.cc
|
View
|
1
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/host_mock_objects.h
|
View
|
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
M |
remoting/host/host_mock_objects.cc
|
View
|
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
M |
remoting/host/ipc_desktop_environment_unittest.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/shaped_desktop_capturer_unittest.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
D |
remoting/host/video_frame_pump.h
|
View
|
|
1 chunk |
+0 lines, -197 lines |
0 comments
|
Download
|
 |
D |
remoting/host/video_frame_pump.cc
|
View
|
|
1 chunk |
+0 lines, -256 lines |
0 comments
|
Download
|
 |
D |
remoting/host/video_frame_pump_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -239 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/BUILD.gn
|
View
|
|
4 chunks |
+20 lines, -17 lines |
0 comments
|
Download
|
 |
A + |
remoting/protocol/capture_scheduler.h
|
View
|
|
4 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
A + |
remoting/protocol/capture_scheduler.cc
|
View
|
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
remoting/protocol/capture_scheduler_unittest.cc
|
View
|
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
remoting/protocol/fake_desktop_capturer.h
|
View
|
1
|
2 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
remoting/protocol/fake_desktop_capturer.cc
|
View
|
1
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
remoting/protocol/video_frame_pump.h
|
View
|
|
4 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
A + |
remoting/protocol/video_frame_pump.cc
|
View
|
|
3 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
A + |
remoting/protocol/video_frame_pump_unittest.cc
|
View
|
1
2
3
|
11 chunks |
+25 lines, -23 lines |
0 comments
|
Download
|
 |
M |
remoting/remoting.gyp
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/remoting_host_srcs.gypi
|
View
|
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/remoting_nacl.gyp
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/remoting_srcs.gypi
|
View
|
|
2 chunks |
+14 lines, -6 lines |
0 comments
|
Download
|
 |
M |
remoting/remoting_test.gypi
|
View
|
1
2
|
6 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/test/protocol_perftest.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 19 (9 generated)
|