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

Issue 2366563002: Move class RTCPHelp::RTCPPacketInformation into RTCPReceiver (Closed)

Created:
4 years, 3 months ago by danilchap
Modified:
4 years, 2 months ago
Reviewers:
philipel
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, danilchap, stefan-webrtc, mflodman, sprang_webrtc
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Move class RTCPHelp::RTCPPacketInformation into RTCPReceiver Use it by pointer instead of by reference. Renamed PacketInformation members to follow style, Unused members removed. BUG=webrtc:5565 Committed: https://crrev.com/92ea601e90c3fc12624ce35bb62ceaca8bc07f1b Cr-Commit-Position: refs/heads/master@{#14375}

Patch Set 1 #

Patch Set 2 : Remove rtcp_receiver from lint exceptions #

Total comments: 4

Patch Set 3 : Cleanup PacketInformation: members renamed, unused removed #

Patch Set 4 : -XR related unused fields #

Total comments: 2

Patch Set 5 : nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -220 lines) Patch
M webrtc/modules/rtp_rtcp/source/CPPLINT.cfg View 1 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver.h View 1 2 3 3 chunks +24 lines, -29 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc View 1 2 3 4 32 chunks +120 lines, -130 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h View 2 chunks +0 lines, -37 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.cc View 1 chunk +0 lines, -22 lines 0 comments Download

Messages

Total messages: 14 (6 generated)
danilchap
4 years, 3 months ago (2016-09-22 11:24:40 UTC) #2
philipel
https://codereview.webrtc.org/2366563002/diff/20001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc File webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc (right): https://codereview.webrtc.org/2366563002/diff/20001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc#newcode70 webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc:70: uint32_t rtcpPacketTypeFlags; // RTCPPacketTypeFlags bit field Change all camelCase ...
4 years, 3 months ago (2016-09-23 11:33:01 UTC) #3
danilchap
https://codereview.webrtc.org/2366563002/diff/20001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc File webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc (right): https://codereview.webrtc.org/2366563002/diff/20001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc#newcode70 webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc:70: uint32_t rtcpPacketTypeFlags; // RTCPPacketTypeFlags bit field On 2016/09/23 11:33:01, ...
4 years, 3 months ago (2016-09-23 12:35:55 UTC) #5
philipel
lgtm with nit https://codereview.webrtc.org/2366563002/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc File webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc (right): https://codereview.webrtc.org/2366563002/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc#newcode64 webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc:64: uint32_t packet_type_flags = 0; // RTCPPacketTypeFlags ...
4 years, 3 months ago (2016-09-23 13:27:39 UTC) #6
danilchap
https://codereview.webrtc.org/2366563002/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc File webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc (right): https://codereview.webrtc.org/2366563002/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc#newcode64 webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc:64: uint32_t packet_type_flags = 0; // RTCPPacketTypeFlags bit field. On ...
4 years, 3 months ago (2016-09-23 13:35:32 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2366563002/80001
4 years, 2 months ago (2016-09-23 16:11:56 UTC) #10
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 2 months ago (2016-09-23 17:36:07 UTC) #12
commit-bot: I haz the power
4 years, 2 months ago (2016-09-23 17:36:20 UTC) #14
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/92ea601e90c3fc12624ce35bb62ceaca8bc07f1b
Cr-Commit-Position: refs/heads/master@{#14375}

Powered by Google App Engine
This is Rietveld 408576698