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

Issue 2710093004: Rename webrtc::PacketInfo to webrtc::PacketFeedback (Closed)

Created:
3 years, 10 months ago by elad.alon
Modified:
3 years, 9 months ago
CC:
webrtc-reviews_webrtc.org, danilchap, zhuangzesen_agora.io, Andrew MacDonald, henrika_webrtc, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, peah-webrtc, the sun, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Rename webrtc::PacketInfo to webrtc::PacketFeedback. This resolves ambiguity with a similarly named RTCPReceiver::PacketInformation and RtpPacketizerVp9::PacketInfo. BUG=None Review-Url: https://codereview.webrtc.org/2710093004 Cr-Commit-Position: refs/heads/master@{#17066} Committed: https://chromium.googlesource.com/external/webrtc/+/f94900083484c53bc9717c66794f0b74f5e4f471

Patch Set 1 #

Patch Set 2 : . #

Total comments: 2

Patch Set 3 : Response to CR. #

Patch Set 4 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+313 lines, -296 lines) Patch
M webrtc/modules/bitrate_controller/include/bitrate_controller.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe.cc View 1 2 3 6 chunks +32 lines, -26 lines 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe_unittest_helper.h View 2 chunks +4 lines, -2 lines 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe_unittest_helper.cc View 6 chunks +8 lines, -8 lines 0 comments Download
M webrtc/modules/congestion_controller/probe_bitrate_estimator.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/congestion_controller/probe_bitrate_estimator.cc View 1 chunk +12 lines, -12 lines 0 comments Download
M webrtc/modules/congestion_controller/probe_bitrate_estimator_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/congestion_controller/transport_feedback_adapter.h View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/congestion_controller/transport_feedback_adapter.cc View 1 2 3 5 chunks +10 lines, -10 lines 0 comments Download
M webrtc/modules/congestion_controller/transport_feedback_adapter_unittest.cc View 1 2 3 19 chunks +98 lines, -92 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/include/send_time_history.h View 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/send_time_history.cc View 2 chunks +9 lines, -8 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/send_time_history_unittest.cc View 1 6 chunks +70 lines, -68 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc View 1 2 chunks +7 lines, -6 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/packet.h View 1 chunk +7 lines, -6 lines 0 comments Download
M webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h View 3 chunks +31 lines, -31 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webrtc/tools/event_log_visualizer/analyzer.cc View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M webrtc/voice_engine/channel.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 27 (9 generated)
elad.alon_webrtc.org
Ready for review. Note: The actual thing changed is quite small. We just rename to ...
3 years, 10 months ago (2017-02-23 17:32:25 UTC) #2
elad.alon_webrtc.org
Might be worth noting that besides making some naming choices easier down the line, this ...
3 years, 10 months ago (2017-02-23 17:42:18 UTC) #4
minyue-webrtc
On 2017/02/23 17:32:25, elad.alon wrote: > Ready for review. > Note: The actual thing changed ...
3 years, 10 months ago (2017-02-23 19:17:44 UTC) #5
elad.alon_webrtc.org
On 2017/02/23 19:17:44, minyue-webrtc wrote: > On 2017/02/23 17:32:25, elad.alon wrote: > > Ready for ...
3 years, 10 months ago (2017-02-23 19:28:44 UTC) #7
stefan-webrtc
lgtm https://codereview.webrtc.org/2710093004/diff/20001/webrtc/modules/bitrate_controller/include/bitrate_controller.h File webrtc/modules/bitrate_controller/include/bitrate_controller.h (right): https://codereview.webrtc.org/2710093004/diff/20001/webrtc/modules/bitrate_controller/include/bitrate_controller.h#newcode29 webrtc/modules/bitrate_controller/include/bitrate_controller.h:29: struct PacketFeedback; Delete
3 years, 10 months ago (2017-02-24 08:42:12 UTC) #9
elad.alon_webrtc.org
https://codereview.webrtc.org/2710093004/diff/20001/webrtc/modules/bitrate_controller/include/bitrate_controller.h File webrtc/modules/bitrate_controller/include/bitrate_controller.h (right): https://codereview.webrtc.org/2710093004/diff/20001/webrtc/modules/bitrate_controller/include/bitrate_controller.h#newcode29 webrtc/modules/bitrate_controller/include/bitrate_controller.h:29: struct PacketFeedback; On 2017/02/24 08:42:12, stefan-webrtc wrote: > Delete ...
3 years, 9 months ago (2017-02-27 09:36:31 UTC) #10
philipel
Is PacketFeedback really a good name? It sounds like a struct that holds feedback specific ...
3 years, 9 months ago (2017-02-27 09:51:01 UTC) #11
elad.alon_webrtc.org
On 2017/02/27 09:51:01, philipel wrote: > Is PacketFeedback really a good name? It sounds like ...
3 years, 9 months ago (2017-02-27 10:52:53 UTC) #12
stefan-webrtc
On 2017/02/27 10:52:53, elad.alon wrote: > On 2017/02/27 09:51:01, philipel wrote: > > Is PacketFeedback ...
3 years, 9 months ago (2017-02-27 13:36:22 UTC) #13
elad.alon_webrtc.org
On 2017/02/27 13:36:22, stefan-webrtc wrote: > On 2017/02/27 10:52:53, elad.alon wrote: > > On 2017/02/27 ...
3 years, 9 months ago (2017-03-01 13:20:13 UTC) #14
minyue-webrtc
On 2017/03/01 13:20:13, elad.alon wrote: > On 2017/02/27 13:36:22, stefan-webrtc wrote: > > On 2017/02/27 ...
3 years, 9 months ago (2017-03-01 14:10:00 UTC) #15
philipel
On 2017/03/01 14:10:00, minyue-webrtc wrote: > On 2017/03/01 13:20:13, elad.alon wrote: > > On 2017/02/27 ...
3 years, 9 months ago (2017-03-01 15:59:36 UTC) #16
ossu
On 2017/03/01 15:59:36, philipel wrote: > On 2017/03/01 14:10:00, minyue-webrtc wrote: > > On 2017/03/01 ...
3 years, 9 months ago (2017-03-02 00:30:09 UTC) #17
elad.alon_webrtc.org
On 2017/03/02 00:30:09, ossu wrote: > On 2017/03/01 15:59:36, philipel wrote: > > On 2017/03/01 ...
3 years, 9 months ago (2017-03-02 12:51:20 UTC) #18
elad.alon_webrtc.org
Would it be OK for me to land this as-is, then, and we can rename ...
3 years, 9 months ago (2017-03-03 13:42:24 UTC) #19
stefan-webrtc
Let's land it as is and then rename it again if we find a better ...
3 years, 9 months ago (2017-03-03 17:19:03 UTC) #20
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/2710093004/60001
3 years, 9 months ago (2017-03-06 13:02:25 UTC) #24
commit-bot: I haz the power
3 years, 9 months ago (2017-03-06 13:32:29 UTC) #27
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/external/webrtc/+/f94900083484c53bc9717c667...

Powered by Google App Engine
This is Rietveld 408576698