|
Moving MediaStreamSignaling logic into PeerConnection.
This needs to happen because in the future, m-lines will be offered
based on the set of RtpSenders/RtpReceivers, rather than the set of
tracks that MediaStreamSignaling knows about.
Besides that, MediaStreamSignaling was a "glue class" without
a clearly defined role, so it going away is good for other
reasons as well.
Committed: https://crrev.com/97c392935411398b506861601c82e31d95c591f0
Cr-Commit-Position: refs/heads/master@{#10268}
Total comments: 35
Total comments: 2
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+2996 lines, -3324 lines) |
Patch |
|
M |
talk/app/webrtc/datachannel.h
|
View
|
1
2
3
4
5
6
7
|
7 chunks |
+32 lines, -13 lines |
0 comments
|
Download
|
|
M |
talk/app/webrtc/datachannel.cc
|
View
|
1
2
3
4
5
6
7
|
7 chunks |
+57 lines, -9 lines |
0 comments
|
Download
|
|
M |
talk/app/webrtc/datachannel_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+73 lines, -0 lines |
0 comments
|
Download
|
|
M |
talk/app/webrtc/mediastreamsignaling.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -376 lines |
0 comments
|
Download
|
|
M |
talk/app/webrtc/mediastreamsignaling.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -997 lines |
0 comments
|
Download
|
|
D |
talk/app/webrtc/mediastreamsignaling_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -1341 lines |
0 comments
|
Download
|
|
M |
talk/app/webrtc/peerconnection.h
|
View
|
1
2
3
4
5
6
7
|
7 chunks |
+221 lines, -34 lines |
0 comments
|
Download
|
|
M |
talk/app/webrtc/peerconnection.cc
|
View
|
1
2
3
4
5
6
7
|
26 chunks |
+1044 lines, -104 lines |
0 comments
|
Download
|
|
M |
talk/app/webrtc/peerconnectionendtoend_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
|
M |
talk/app/webrtc/peerconnectionfactory.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
talk/app/webrtc/peerconnectioninterface_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
23 chunks |
+1002 lines, -20 lines |
0 comments
|
Download
|
|
M |
talk/app/webrtc/sctputils.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
talk/app/webrtc/sctputils.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
|
M |
talk/app/webrtc/sctputils_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+18 lines, -1 line |
0 comments
|
Download
|
|
M |
talk/app/webrtc/statscollector.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
|
M |
talk/app/webrtc/statscollector.cc
|
View
|
1
2
3
4
5
6
7
|
22 chunks |
+48 lines, -48 lines |
0 comments
|
Download
|
|
M |
talk/app/webrtc/statscollector_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
32 chunks |
+67 lines, -58 lines |
0 comments
|
Download
|
|
M |
talk/app/webrtc/webrtcsession.h
|
View
|
1
2
3
4
5
6
7
|
8 chunks |
+19 lines, -19 lines |
0 comments
|
Download
|
|
M |
talk/app/webrtc/webrtcsession.cc
|
View
|
1
2
3
4
5
6
7
|
20 chunks |
+42 lines, -86 lines |
0 comments
|
Download
|
|
M |
talk/app/webrtc/webrtcsession_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
115 chunks |
+285 lines, -135 lines |
0 comments
|
Download
|
|
M |
talk/app/webrtc/webrtcsessiondescriptionfactory.h
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+8 lines, -18 lines |
0 comments
|
Download
|
|
M |
talk/app/webrtc/webrtcsessiondescriptionfactory.cc
|
View
|
1
2
3
4
5
6
7
|
11 chunks |
+23 lines, -60 lines |
0 comments
|
Download
|
|
M |
talk/libjingle_tests.gyp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 18 (6 generated)
|