|
Remove cricket::VideoCodec with, height and framerate properties
Since WebRtcVideoSendStream have reconfigures the send codec to match the incoming captured frames widht and height they have not been used.
Framerate has just been set when parsing sdp to 60fps and not changed elsewhere.
This cl require some upstream projects to change first.
BUG= webrtc:5332
Committed: https://crrev.com/267527459bd929a770278441493d4ec3da81de03
Cr-Commit-Position: refs/heads/master@{#14733}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+151 lines, -413 lines) |
Patch |
 |
M |
webrtc/api/jsepsessiondescription.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webrtc/api/jsepsessiondescription.cc
|
View
|
|
1 chunk |
+0 lines, -14 lines |
0 comments
|
Download
|
 |
M |
webrtc/api/jsepsessiondescription_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/api/webrtcsdp.cc
|
View
|
1
2
|
2 chunks |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
M |
webrtc/api/webrtcsdp_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
webrtc/media/base/codec.h
|
View
|
1
2
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
webrtc/media/base/codec.cc
|
View
|
1
2
3
4
|
3 chunks |
+5 lines, -23 lines |
0 comments
|
Download
|
 |
M |
webrtc/media/base/codec_unittest.cc
|
View
|
1
2
3
4
|
9 chunks |
+27 lines, -37 lines |
0 comments
|
Download
|
 |
M |
webrtc/media/base/fakemediaengine.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/media/base/mediaconstants.h
|
View
|
1
2
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/media/base/mediaconstants.cc
|
View
|
1
2
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
webrtc/media/base/videoengine_unittest.h
|
View
|
1
2
|
21 chunks |
+47 lines, -205 lines |
0 comments
|
Download
|
 |
M |
webrtc/media/engine/webrtcvideoengine2.cc
|
View
|
1
2
3
4
|
3 chunks |
+3 lines, -9 lines |
0 comments
|
Download
|
 |
M |
webrtc/media/engine/webrtcvideoengine2_unittest.cc
|
View
|
1
2
3
4
|
28 chunks |
+53 lines, -72 lines |
0 comments
|
Download
|
 |
M |
webrtc/pc/channel_unittest.cc
|
View
|
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webrtc/pc/channelmanager_unittest.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webrtc/pc/mediasession_unittest.cc
|
View
|
|
3 chunks |
+7 lines, -10 lines |
0 comments
|
Download
|
Total messages: 12 (6 generated)
|