|
Move video send/receive stream headers to webrtc/call.
Moved the headers video_receive_stream.h and video_send_stream.h from
webrtc/ into webrtc/call/ as part of the Slim and Modular work.
The GN target webrtc:video_stream_api has moved to
webrtc/call:video_stream_api.
There are headers left in webrtc/ with the same name including the
moved headers in webrtc/call/ for not breaking external projects
depending on WebRTC.
At the same time, some minor cleanup is done: Non-pure-virtual functions declared in the two affected headers now have definitions in the same target. After making this change, our 'chromium-style' plugin detected some style violations that have now been fixed: non-inlined constructors and destructors have been added to a number of classes, both inside the GN target of the two affected headers, and in other targets.
BUG= webrtc:8107
Review-Url: https://codereview.webrtc.org/3000253002
Cr-Commit-Position: refs/heads/master@{#19448}
Committed: https://chromium.googlesource.com/external/webrtc/+/440b6d9a0f22d9059ca330fd597dcfd0d6fc5377
Total comments: 2
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+417 lines, -757 lines) |
Patch |
|
M |
webrtc/BUILD.gn
|
View
|
|
2 chunks |
+1 line, -13 lines |
2 comments
|
Download
|
|
M |
webrtc/DEPS
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
|
M |
webrtc/call/BUILD.gn
|
View
|
1
2
3
4
5
6
|
2 chunks |
+16 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/call/DEPS
|
View
|
1
2
3
4
5
6
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/call/call.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
A + |
webrtc/call/video_receive_stream.h
|
View
|
1
2
3
4
5
6
|
6 chunks |
+16 lines, -9 lines |
0 comments
|
Download
|
|
A |
webrtc/call/video_receive_stream.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+131 lines, -0 lines |
0 comments
|
Download
|
|
A + |
webrtc/call/video_send_stream.h
|
View
|
1
2
3
4
5
6
|
9 chunks |
+23 lines, -9 lines |
0 comments
|
Download
|
|
A |
webrtc/call/video_send_stream.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+162 lines, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/logging/BUILD.gn
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/logging/rtc_event_log/rtc_event_log_parser.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/media/BUILD.gn
|
View
|
1
2
3
4
5
6
|
4 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/media/base/videosourceinterface.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A |
webrtc/media/base/videosourceinterface.cc
|
View
|
1
2
3
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/media/engine/webrtcvideoengine.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/video_coding/BUILD.gn
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/rtc_tools/BUILD.gn
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/rtc_tools/event_log_visualizer/analyzer.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/test/BUILD.gn
|
View
|
1
2
3
4
5
6
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/test/encoder_settings.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/video/BUILD.gn
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/video/receive_statistics_proxy.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/video/rtp_video_stream_receiver.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/video/video_receive_stream.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/video/video_receive_stream.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -97 lines |
0 comments
|
Download
|
|
M |
webrtc/video/video_send_stream.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/video/video_send_stream.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -123 lines |
0 comments
|
Download
|
|
M |
webrtc/video_receive_stream.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -223 lines |
0 comments
|
Download
|
|
M |
webrtc/video_send_stream.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -253 lines |
0 comments
|
Download
|
Total messages: 48 (37 generated)
|