|
Refactoring: move ownership of RtcEventLog from Call to PeerConnection
This CL is a pure refactoring which should not result in any functinal
changes. It moves ownership of the RtcEventLog from webrtc::Call to the
webrtc::PeerConnection object.
This is done so that we can add RtcEventLog support for ICE events -
which will require the TransportController to have a pointer to the
RtcEventLog. PeerConnection is the closest common owner of both Call and
TransportController (through WebRtcSession).
BUG= webrtc:6393
Committed: https://crrev.com/11a9cbfa50631f9ca3e61f3f9d993450386983c1
Cr-Commit-Position: refs/heads/master@{#14578}
Total comments: 1
Total comments: 2
Total comments: 4
Total comments: 12
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+162 lines, -118 lines) |
Patch |
|
M |
webrtc/api/DEPS
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/api/mediacontroller.h
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/api/mediacontroller.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
|
M |
webrtc/api/peerconnection.h
|
View
|
|
3 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/api/peerconnection.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
4 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
|
M |
webrtc/api/peerconnectionfactory.h
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/api/peerconnectionfactory.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/api/peerconnectioninterface_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/api/rtcstatscollector_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
|
M |
webrtc/api/rtpsenderreceiver_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/api/statscollector_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/api/webrtcsession_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
|
M |
webrtc/call.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
|
M |
webrtc/call/bitrate_estimator_tests.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/call/call.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
9 chunks |
+10 lines, -20 lines |
0 comments
|
Download
|
|
M |
webrtc/call/call_perf_tests.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/call/call_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/call/packet_injection_tests.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/call/rampup_tests.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/call/rampup_tests.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/media/DEPS
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/media/base/videoengine_unittest.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/media/engine/fakewebrtccall.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
webrtc/media/engine/fakewebrtccall.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
|
M |
webrtc/media/engine/webrtcvideoengine2_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
8 chunks |
+9 lines, -6 lines |
0 comments
|
Download
|
|
M |
webrtc/media/engine/webrtcvoiceengine_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
8 chunks |
+13 lines, -5 lines |
0 comments
|
Download
|
|
M |
webrtc/pc/DEPS
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/pc/channelmanager_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
webrtc/test/DEPS
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/test/call_test.h
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/test/call_test.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/video/DEPS
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/video/end_to_end_tests.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
14 chunks |
+19 lines, -15 lines |
0 comments
|
Download
|
|
M |
webrtc/video/video_quality_test.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/video/video_send_stream_tests.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
8 chunks |
+8 lines, -10 lines |
0 comments
|
Download
|
Total messages: 44 (13 generated)
|