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

Issue 2680183004: Remove rtcp_utility as mostly unused. (Closed)

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

Description

Remove rtcp_utility as mostly unused. Since the only used class is RTCPUtilitiy::NackStats, rename it to RtcpNackStats and move it into dedicated file. BUG=webrtc:5565 Review-Url: https://codereview.webrtc.org/2680183004 Cr-Commit-Position: refs/heads/master@{#16515} Committed: https://chromium.googlesource.com/external/webrtc/+/8443238e268dfb708fd1115ef485f7e17515f449

Patch Set 1 #

Total comments: 5

Patch Set 2 : NackStats -> RtcpNackStats #

Unified diffs Side-by-side diffs Delta from patch set Stats (+143 lines, -2412 lines) Patch
M webrtc/modules/rtp_rtcp/BUILD.gn View 1 4 chunks +3 lines, -3 lines 0 comments Download
D webrtc/modules/rtp_rtcp/source/CPPLINT.cfg View 1 chunk +0 lines, -3 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/rtcp_nack_stats.h View 1 1 chunk +40 lines, -0 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/rtcp_nack_stats.cc View 1 1 chunk +31 lines, -0 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/rtcp_nack_stats_unittest.cc View 1 1 chunk +64 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_sender.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
D webrtc/modules/rtp_rtcp/source/rtcp_utility.h View 1 chunk +0 lines, -490 lines 0 comments Download
D webrtc/modules/rtp_rtcp/source/rtcp_utility.cc View 1 chunk +0 lines, -1752 lines 0 comments Download
D webrtc/modules/rtp_rtcp/source/rtcp_utility_unittest.cc View 1 chunk +0 lines, -160 lines 0 comments Download

Messages

Total messages: 15 (9 generated)
danilchap
3 years, 10 months ago (2017-02-09 12:01:33 UTC) #6
nisse-webrtc
https://codereview.webrtc.org/2680183004/diff/1/webrtc/modules/rtp_rtcp/source/nack_stats.h File webrtc/modules/rtp_rtcp/source/nack_stats.h (right): https://codereview.webrtc.org/2680183004/diff/1/webrtc/modules/rtp_rtcp/source/nack_stats.h#newcode18 webrtc/modules/rtp_rtcp/source/nack_stats.h:18: class NackStats { Rename to RtpNackStats or RtcpNackStats (and ...
3 years, 10 months ago (2017-02-09 12:16:53 UTC) #7
danilchap
https://codereview.webrtc.org/2680183004/diff/1/webrtc/modules/rtp_rtcp/source/nack_stats.h File webrtc/modules/rtp_rtcp/source/nack_stats.h (right): https://codereview.webrtc.org/2680183004/diff/1/webrtc/modules/rtp_rtcp/source/nack_stats.h#newcode18 webrtc/modules/rtp_rtcp/source/nack_stats.h:18: class NackStats { On 2017/02/09 12:16:52, nisse-webrtc wrote: > ...
3 years, 10 months ago (2017-02-09 12:28:17 UTC) #8
nisse-webrtc
lgtm. Please update cl description with the class renaming before landing. Great to see this ...
3 years, 10 months ago (2017-02-09 12:34:05 UTC) #9
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/2680183004/20001
3 years, 10 months ago (2017-02-09 12:44:27 UTC) #12
commit-bot: I haz the power
3 years, 10 months ago (2017-02-09 13:21:45 UTC) #15
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/external/webrtc/+/8443238e268dfb708fd1115ef...

Powered by Google App Engine
This is Rietveld 408576698