|
Switch voice transport to use Call and Stream instead of VoENetwork.
VoENetwork is kept for now, but is not really used anylonger.
webrtcvoiceengine is changed to have the same behavior for unsignaled
ssrc as video has, which is reflected by disabling one test case and
this will be discussed and followed up.
BUG= webrtc:5079
TBR=tommi
Committed: https://crrev.com/3d7db263b902f319b5b0c828ccff59cd8664b937
Cr-Commit-Position: refs/heads/master@{#12555}
Total comments: 8
Total comments: 62
Total comments: 16
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+327 lines, -297 lines) |
Patch |
|
M |
webrtc/audio/audio_receive_stream.cc
|
View
|
1
2
3
4
|
5 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
|
M |
webrtc/audio/audio_receive_stream_unittest.cc
|
View
|
1
2
3
4
|
7 chunks |
+40 lines, -3 lines |
0 comments
|
Download
|
|
M |
webrtc/audio/audio_send_stream.cc
|
View
|
1
2
|
3 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/audio/audio_send_stream_unittest.cc
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/audio_receive_stream.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/call/call.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+21 lines, -12 lines |
0 comments
|
Download
|
|
M |
webrtc/call/call_perf_tests.cc
|
View
|
1
2
|
6 chunks |
+47 lines, -65 lines |
0 comments
|
Download
|
|
M |
webrtc/media/engine/fakewebrtccall.h
|
View
|
1
2
|
3 chunks |
+7 lines, -9 lines |
0 comments
|
Download
|
|
M |
webrtc/media/engine/fakewebrtccall.cc
|
View
|
1
2
3
4
|
2 chunks |
+16 lines, -3 lines |
0 comments
|
Download
|
|
M |
webrtc/media/engine/fakewebrtcvoiceengine.h
|
View
|
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
|
M |
webrtc/media/engine/webrtcvoiceengine.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+45 lines, -82 lines |
0 comments
|
Download
|
|
M |
webrtc/media/engine/webrtcvoiceengine_unittest.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+81 lines, -52 lines |
0 comments
|
Download
|
|
M |
webrtc/test/call_test.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+1 line, -9 lines |
0 comments
|
Download
|
|
M |
webrtc/test/call_test.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+0 lines, -25 lines |
0 comments
|
Download
|
|
M |
webrtc/test/mock_voe_channel_proxy.h
|
View
|
1
2
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/voice_engine/channel.h
|
View
|
1
2
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
webrtc/voice_engine/channel.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+9 lines, -12 lines |
0 comments
|
Download
|
|
M |
webrtc/voice_engine/channel_proxy.h
|
View
|
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/voice_engine/channel_proxy.cc
|
View
|
1
2
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/voice_engine/voe_network_impl.cc
|
View
|
1
2
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
Total messages: 21 (8 generated)
|