|
Simplify VideoReader and VideoWriter
Previously VideoReader/Writer were abstract interfaces with single
implementation. Now both the reader and writer are concrete
implementations reusing ChannelDispatcherBase, which significantly
simplified both.
BUG= 402993
Committed: https://crrev.com/2385cffed5c8a258b29d76160434635b66ea9968
Cr-Commit-Position: refs/heads/master@{#295760}
Total comments: 26
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+173 lines, -444 lines) |
Patch |
 |
M |
remoting/protocol/BUILD.gn
|
View
|
1
2
3
4
|
4 chunks |
+4 lines, -8 lines |
0 comments
|
Download
|
 |
A |
remoting/protocol/client_video_dispatcher.h
|
View
|
1
2
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
A |
remoting/protocol/client_video_dispatcher.cc
|
View
|
1
2
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/connection_to_client.h
|
View
|
1
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/connection_to_client.cc
|
View
|
1
|
5 chunks |
+9 lines, -6 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/connection_to_host.h
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/connection_to_host.cc
|
View
|
1
2
|
4 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
A |
remoting/protocol/host_video_dispatcher.h
|
View
|
1
2
3
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
A |
remoting/protocol/host_video_dispatcher.cc
|
View
|
1
2
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
D |
remoting/protocol/protobuf_video_reader.h
|
View
|
|
1 chunk |
+0 lines, -57 lines |
0 comments
|
Download
|
 |
D |
remoting/protocol/protobuf_video_reader.cc
|
View
|
|
1 chunk |
+0 lines, -63 lines |
0 comments
|
Download
|
 |
D |
remoting/protocol/protobuf_video_writer.h
|
View
|
|
1 chunk |
+0 lines, -57 lines |
0 comments
|
Download
|
 |
D |
remoting/protocol/protobuf_video_writer.cc
|
View
|
|
1 chunk |
+0 lines, -70 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/video_reader.h
|
View
|
1
|
1 chunk |
+0 lines, -49 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/video_reader.cc
|
View
|
1
|
1 chunk |
+0 lines, -38 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/video_writer.h
|
View
|
1
|
1 chunk |
+0 lines, -52 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/video_writer.cc
|
View
|
1
|
1 chunk |
+0 lines, -25 lines |
0 comments
|
Download
|
 |
M |
remoting/remoting_srcs.gypi
|
View
|
1
|
4 chunks |
+4 lines, -8 lines |
0 comments
|
Download
|
Total messages: 18 (6 generated)
|