|
[rtp_rtcp] rtc::scoped_ptr<rtcp::RawPacket> replaced with rtc::Buffer
rtcp::RawPacket is rtc::Buffer, it had no extra functionality.
rtc::Buffer is a movable class - no point to wrap it into rtc::scoped_ptr
change is large, but straightforward:
rtc::scoped_ptr<rtcp::RawPacket> replaced with rtc::Buffer
->Buffer() replaced with .data()
->Length() replaced with .size()
BUG= webrtc:5260
Committed: https://crrev.com/69e59e619a190ee11258ef73d404994805be6d22
Cr-Commit-Position: refs/heads/master@{#11649}
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+298 lines, -392 lines) |
Patch |
 |
M |
webrtc/call/rtc_event_log_unittest.cc
|
View
|
|
8 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/transport_feedback_adapter_unittest.cc
|
View
|
|
3 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_packet.h
|
View
|
|
5 chunks |
+8 lines, -37 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_packet.cc
|
View
|
|
2 chunks |
+8 lines, -41 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_packet/app_unittest.cc
|
View
|
|
2 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_packet/bye_unittest.cc
|
View
|
|
6 chunks |
+10 lines, -12 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_packet/compound_packet_unittest.cc
|
View
|
|
4 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_jitter_report_unittest.cc
|
View
|
|
3 chunks |
+6 lines, -8 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_reports_unittest.cc
|
View
|
|
11 chunks |
+20 lines, -21 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_packet/fir_unittest.cc
|
View
|
|
5 chunks |
+10 lines, -12 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_packet/nack_unittest.cc
|
View
|
|
4 chunks |
+9 lines, -11 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_packet/pli_unittest.cc
|
View
|
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_packet/rapid_resync_request_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_packet/receiver_report_unittest.cc
|
View
|
|
3 chunks |
+6 lines, -8 lines |
1 comment
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_packet/remb_unittest.cc
|
View
|
|
3 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_packet/rpsi_unittest.cc
|
View
|
|
10 chunks |
+32 lines, -33 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes_unittest.cc
|
View
|
|
6 chunks |
+12 lines, -13 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_packet/sender_report_unittest.cc
|
View
|
|
5 chunks |
+10 lines, -12 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_packet/sli_unittest.cc
|
View
|
|
3 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmbn_unittest.cc
|
View
|
|
4 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmbr_unittest.cc
|
View
|
|
3 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_packet/transport_feedback_unittest.cc
|
View
|
|
9 chunks |
+15 lines, -18 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_receiver_unittest.cc
|
View
|
|
42 chunks |
+94 lines, -99 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl_unittest.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 18 (10 generated)
|