Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Issue 1538833002: [rtp_rtcp] cleanup in RTCPSender class internals. (Closed)

Created:
5 years ago by danilchap
Modified:
5 years ago
Reviewers:
åsapersson
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, stefan-webrtc, mflodman, sprang_webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

[rtp_rtcp] cleanup in RTCPSender class internals. PrepareReportBlock and AddReportBlock private functions merged: PrepareReportBlock moved report block from statistic to temporary structure AddReportBlock copied that temporary structure into temporary map right after. Thanks to rtcp packet classes that temporary structure is now unneccesary. BUG=webrtc:5260 R=åsapersson Committed: https://crrev.com/a72e7349d52366655076e609e9e32d456da7f5a2 Cr-Commit-Position: refs/heads/master@{#11112}

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -49 lines) Patch
M webrtc/modules/rtp_rtcp/source/receive_statistics_impl.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_sender.h View 1 chunk +3 lines, -6 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_sender.cc View 1 4 chunks +24 lines, -43 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
danilchap
5 years ago (2015-12-18 09:21:32 UTC) #1
åsapersson
lgtm https://codereview.webrtc.org/1538833002/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_sender.cc File webrtc/modules/rtp_rtcp/source/rtcp_sender.cc (right): https://codereview.webrtc.org/1538833002/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_sender.cc#newcode918 webrtc/modules/rtp_rtcp/source/rtcp_sender.cc:918: rtcp::ReportBlock& block = report_blocks_[ssrc]; use pointer? https://codereview.webrtc.org/1538833002/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_sender.cc#newcode921 webrtc/modules/rtp_rtcp/source/rtcp_sender.cc:921: ...
5 years ago (2015-12-22 08:57:56 UTC) #2
danilchap
https://codereview.webrtc.org/1538833002/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_sender.cc File webrtc/modules/rtp_rtcp/source/rtcp_sender.cc (right): https://codereview.webrtc.org/1538833002/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_sender.cc#newcode918 webrtc/modules/rtp_rtcp/source/rtcp_sender.cc:918: rtcp::ReportBlock& block = report_blocks_[ssrc]; On 2015/12/22 08:57:56, åsapersson wrote: ...
5 years ago (2015-12-22 09:53:37 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1538833002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1538833002/20001
5 years ago (2015-12-22 13:40:51 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: mac_baremetal on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/mac_baremetal/builds/8134)
5 years ago (2015-12-22 14:49:26 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1538833002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1538833002/20001
5 years ago (2015-12-22 15:38:52 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years ago (2015-12-22 16:07:50 UTC) #11
commit-bot: I haz the power
5 years ago (2015-12-22 16:07:55 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/a72e7349d52366655076e609e9e32d456da7f5a2
Cr-Commit-Position: refs/heads/master@{#11112}

Powered by Google App Engine
This is Rietveld 408576698