|
Removing `preference` field from `cricket::Codec`.
This field only existed as an implementation detail for getting the
codecs sorted, so it doesn't need to be in the public interface.
It cluttered the code and undesirably affected codec comparisons,
causing the video encoder to be reconfigured if a codec's preference
changed but nothing else did.
BUG= webrtc:5690
Committed: https://crrev.com/67cf2c1294e65d270e860a3103f7dd630656766d
Cr-Commit-Position: refs/heads/master@{#12349}
Total comments: 1
Total comments: 6
Total comments: 2
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+332 lines, -378 lines) |
Patch |
 |
M |
webrtc/api/jsepsessiondescription.h
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/api/jsepsessiondescription.cc
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/api/jsepsessiondescription_unittest.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/api/webrtcsdp.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
20 chunks |
+56 lines, -53 lines |
0 comments
|
Download
|
 |
M |
webrtc/api/webrtcsdp_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
 |
M |
webrtc/api/webrtcsession_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webrtc/media/base/codec.h
|
View
|
1
|
6 chunks |
+4 lines, -19 lines |
0 comments
|
Download
|
 |
M |
webrtc/media/base/codec.cc
|
View
|
1
|
8 chunks |
+16 lines, -28 lines |
0 comments
|
Download
|
 |
M |
webrtc/media/base/codec_unittest.cc
|
View
|
1
|
6 chunks |
+68 lines, -76 lines |
0 comments
|
Download
|
 |
M |
webrtc/media/base/fakemediaengine.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/media/base/rtpdataengine.cc
|
View
|
1
|
3 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webrtc/media/base/videoengine_unittest.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/media/engine/webrtcvideoengine2.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+5 lines, -18 lines |
0 comments
|
Download
|
 |
M |
webrtc/media/engine/webrtcvideoengine2_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
11 chunks |
+39 lines, -20 lines |
0 comments
|
Download
|
 |
M |
webrtc/media/engine/webrtcvoiceengine.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+20 lines, -27 lines |
0 comments
|
Download
|
 |
M |
webrtc/media/engine/webrtcvoiceengine_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+39 lines, -41 lines |
0 comments
|
Download
|
 |
M |
webrtc/media/sctp/sctpdataengine.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/pc/channel_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webrtc/pc/channelmanager_unittest.cc
|
View
|
1
|
2 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webrtc/pc/mediasession.h
|
View
|
1
|
2 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webrtc/pc/mediasession.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
6 chunks |
+20 lines, -10 lines |
0 comments
|
Download
|
 |
M |
webrtc/pc/mediasession_unittest.cc
|
View
|
1
|
4 chunks |
+27 lines, -39 lines |
0 comments
|
Download
|
Total messages: 35 (12 generated)
|