|
Removed MediaStreamTrackInterface::set_state
The track state should be implicitly set by the underlying source.
This removes the public method and cleans up how AudioRtpReceiver is created. Further more it cleans up how the RtpReceivers are destroyed.
Note that this cl depend on https://codereview.webrtc.org/1790633002.
BUG= webrtc:5426
Total comments: 1
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+122 lines, -165 lines) |
Patch |
|
M |
talk/app/webrtc/objc/RTCMediaStreamTrack.mm
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
talk/app/webrtc/objc/public/RTCMediaStreamTrack.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/api/java/jni/peerconnection_jni.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
|
M |
webrtc/api/java/src/org/webrtc/MediaStreamTrack.java
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
|
M |
webrtc/api/mediastream_unittest.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
webrtc/api/mediastreaminterface.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/api/mediastreamtrack.h
|
View
|
1
2
3
4
|
3 chunks |
+10 lines, -9 lines |
0 comments
|
Download
|
|
M |
webrtc/api/mediastreamtrackproxy.h
|
View
|
1
2
3
4
5
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
webrtc/api/peerconnection.h
|
View
|
1
2
3
|
7 chunks |
+7 lines, -13 lines |
0 comments
|
Download
|
|
M |
webrtc/api/peerconnection.cc
|
View
|
1
2
3
|
11 chunks |
+37 lines, -100 lines |
0 comments
|
Download
|
|
M |
webrtc/api/peerconnectioninterface_unittest.cc
|
View
|
1
2
3
|
7 chunks |
+48 lines, -3 lines |
0 comments
|
Download
|
|
M |
webrtc/api/rtpreceiver.h
|
View
|
1
2
3
|
4 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/api/rtpreceiver.cc
|
View
|
1
2
3
|
1 chunk |
+10 lines, -4 lines |
0 comments
|
Download
|
|
M |
webrtc/api/rtpsenderreceiver_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 20 (9 generated)
|