|
Remove OnLocalSsrcChanged and rename EncoderStateFeedback.
The renaming is to reflect this class is only used for RTCP interaction
and not for other transports.
This Cl will be followed by multiple CLs moving all send-side RTP
functionality to a separate class, rtp module ownership away from
VideoSendStream and use TaskQueue instead of ProcessThread for RTP.
BUG= webrtc:6456
Committed: https://crrev.com/15d8357bab8d6a81417f7225408969f1514257ac
Cr-Commit-Position: refs/heads/master@{#14556}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+106 lines, -268 lines) |
Patch |
|
M |
webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc
|
View
|
1
|
1 chunk |
+3 lines, -12 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/rtp_rtcp/source/rtcp_receiver_unittest.cc
|
View
|
1
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/rtp_rtcp/test/testAPI/test_api_rtcp.cc
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/video/BUILD.gn
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
A + |
webrtc/video/encoder_rtcp_feedback.h
|
View
|
|
3 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
|
A |
webrtc/video/encoder_rtcp_feedback.cc
|
View
|
|
1 chunk |
+77 lines, -0 lines |
0 comments
|
Download
|
|
A + |
webrtc/video/encoder_rtcp_feedback_unittest.cc
|
View
|
1
|
3 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
|
D |
webrtc/video/encoder_state_feedback.h
|
View
|
|
1 chunk |
+0 lines, -48 lines |
0 comments
|
Download
|
|
D |
webrtc/video/encoder_state_feedback.cc
|
View
|
|
1 chunk |
+0 lines, -97 lines |
0 comments
|
Download
|
|
D |
webrtc/video/encoder_state_feedback_unittest.cc
|
View
|
1
|
1 chunk |
+0 lines, -81 lines |
0 comments
|
Download
|
|
M |
webrtc/video/video_send_stream.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/video/video_send_stream.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/video/webrtc_video.gypi
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 14 (7 generated)
|