|
Split out dscp option from VideoOptions to new struct MediaChannelOptions.
The idea is to separate on-construction options from more mutable options. Additional video options will follow later.
BUG= webrtc:5438
Total comments: 9
Total comments: 6
Total comments: 11
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+270 lines, -160 lines) |
Patch |
|
M |
talk/app/webrtc/statscollector_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+8 lines, -4 lines |
0 comments
|
Download
|
|
M |
talk/app/webrtc/webrtcsession.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
talk/app/webrtc/webrtcsession.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+5 lines, -9 lines |
0 comments
|
Download
|
|
M |
talk/app/webrtc/webrtcsession_unittest.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
|
M |
talk/session/media/channel_unittest.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
|
M |
talk/session/media/channelmanager.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
|
M |
talk/session/media/channelmanager.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+14 lines, -8 lines |
0 comments
|
Download
|
|
M |
talk/session/media/channelmanager_unittest.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+12 lines, -6 lines |
0 comments
|
Download
|
|
M |
webrtc/media/base/fakemediaengine.h
|
View
|
1
2
3
4
5
6
|
7 chunks |
+40 lines, -16 lines |
0 comments
|
Download
|
|
M |
webrtc/media/base/mediachannel.h
|
View
|
1
2
3
4
5
6
|
14 chunks |
+20 lines, -17 lines |
0 comments
|
Download
|
|
M |
webrtc/media/base/mediaengine.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+14 lines, -8 lines |
0 comments
|
Download
|
|
M |
webrtc/media/base/rtpdataengine.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/media/base/videoengine_unittest.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/media/sctp/sctpdataengine.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/media/webrtc/nullwebrtcvideoengine.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/media/webrtc/webrtcvideoengine2.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/media/webrtc/webrtcvideoengine2.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+15 lines, -11 lines |
0 comments
|
Download
|
|
M |
webrtc/media/webrtc/webrtcvideoengine2_unittest.cc
|
View
|
1
2
3
4
5
6
|
7 chunks |
+35 lines, -19 lines |
0 comments
|
Download
|
|
M |
webrtc/media/webrtc/webrtcvoiceengine.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/media/webrtc/webrtcvoiceengine.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+14 lines, -20 lines |
0 comments
|
Download
|
|
M |
webrtc/media/webrtc/webrtcvoiceengine_unittest.cc
|
View
|
1
2
3
4
5
6
|
11 chunks |
+41 lines, -21 lines |
0 comments
|
Download
|
Total messages: 34 (9 generated)
|