|
Add VideoStream interface.
Added new VideoStream interface. VideoFramePump implements it. Later
there will be a separate implementation for WebRTC-based protocol.
ConnectionToClient is responsible for VideoStream creation.
BUG= 547158
Committed: https://crrev.com/a609b7a407e9a009d963f5c3c799a0bccc1be658
Cr-Commit-Position: refs/heads/master@{#362096}
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+284 lines, -243 lines) |
Patch |
|
M |
remoting/host/chromoting_host.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
remoting/host/chromoting_host_unittest.cc
|
View
|
|
3 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
|
M |
remoting/host/client_session.h
|
View
|
|
7 chunks |
+8 lines, -9 lines |
0 comments
|
Download
|
|
M |
remoting/host/client_session.cc
|
View
|
1
|
12 chunks |
+39 lines, -55 lines |
0 comments
|
Download
|
|
M |
remoting/host/client_session_unittest.cc
|
View
|
|
12 chunks |
+20 lines, -20 lines |
0 comments
|
Download
|
|
D |
remoting/host/mouse_clamping_filter.h
|
View
|
|
1 chunk |
+0 lines, -43 lines |
0 comments
|
Download
|
|
D |
remoting/host/mouse_clamping_filter.cc
|
View
|
|
1 chunk |
+0 lines, -37 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/connection_to_client.h
|
View
|
1
|
5 chunks |
+17 lines, -8 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/fake_connection_to_client.h
|
View
|
|
5 chunks |
+35 lines, -7 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/fake_connection_to_client.cc
|
View
|
1
2
3
|
3 chunks |
+25 lines, -7 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/ice_connection_to_client.h
|
View
|
|
4 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/ice_connection_to_client.cc
|
View
|
1
2
|
8 chunks |
+51 lines, -20 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/ice_connection_to_client_unittest.cc
|
View
|
1
2
|
4 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/protocol_mock_objects.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/protocol_mock_objects.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/video_frame_pump.h
|
View
|
1
|
5 chunks |
+12 lines, -13 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/video_frame_pump.cc
|
View
|
1
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
|
A |
remoting/protocol/video_stream.h
|
View
|
1
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/remoting_host_srcs.gypi
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
remoting/remoting_srcs.gypi
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 23 (10 generated)
|