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

Issue 1972123002: Nack count returned on OnReceivedPacket. (Closed)

Created:
4 years, 7 months ago by philipel
Modified:
4 years, 7 months ago
Reviewers:
terelius, stefan-webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhengzhonghou_agora.io, video-team_agora.io, stefan-webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Nack count returned on OnReceivedPacket. OnReceivedPacket now return the number of times the packet has been nacked. Also some minor refactoring. BUG=webrtc:5514 R=stefan@webrtc.org Committed: https://chromium.googlesource.com/external/webrtc/+/1a830c2c66a5f9e25e081e07694090468dcf4743

Patch Set 1 #

Total comments: 4

Patch Set 2 : Renamed |last_seq_num_| to |newest_seq_num_|. #

Total comments: 1

Patch Set 3 : Feedback fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -37 lines) Patch
M webrtc/modules/video_coding/nack_module.h View 1 3 chunks +6 lines, -9 lines 0 comments Download
M webrtc/modules/video_coding/nack_module.cc View 1 2 4 chunks +36 lines, -28 lines 0 comments Download
M webrtc/modules/video_coding/nack_module_unittest.cc View 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (9 generated)
philipel
4 years, 7 months ago (2016-05-12 11:24:16 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1972123002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1972123002/1
4 years, 7 months ago (2016-05-12 11:25:42 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_dbg/builds/13242)
4 years, 7 months ago (2016-05-12 11:40:51 UTC) #7
stefan-webrtc
https://codereview.webrtc.org/1972123002/diff/1/webrtc/modules/video_coding/nack_module.cc File webrtc/modules/video_coding/nack_module.cc (right): https://codereview.webrtc.org/1972123002/diff/1/webrtc/modules/video_coding/nack_module.cc#newcode84 webrtc/modules/video_coding/nack_module.cc:84: if (AheadOf(last_seq_num_, seq_num)) { Should last_seq_num_ be called newest_seq_num_ ...
4 years, 7 months ago (2016-05-12 12:16:53 UTC) #8
philipel
https://codereview.webrtc.org/1972123002/diff/1/webrtc/modules/video_coding/nack_module.cc File webrtc/modules/video_coding/nack_module.cc (right): https://codereview.webrtc.org/1972123002/diff/1/webrtc/modules/video_coding/nack_module.cc#newcode84 webrtc/modules/video_coding/nack_module.cc:84: if (AheadOf(last_seq_num_, seq_num)) { On 2016/05/12 12:16:53, stefan-webrtc (holmer) ...
4 years, 7 months ago (2016-05-12 12:55:17 UTC) #9
stefan-webrtc
lgtm, but consider adding the comment I requested. https://codereview.webrtc.org/1972123002/diff/20001/webrtc/modules/video_coding/nack_module.cc File webrtc/modules/video_coding/nack_module.cc (right): https://codereview.webrtc.org/1972123002/diff/20001/webrtc/modules/video_coding/nack_module.cc#newcode88 webrtc/modules/video_coding/nack_module.cc:88: int ...
4 years, 7 months ago (2016-05-12 14:27:44 UTC) #10
philipel
Yeah... I now realize I completely misunderstood your earlier comment. If you look at the ...
4 years, 7 months ago (2016-05-12 14:42:14 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1972123002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1972123002/40001
4 years, 7 months ago (2016-05-12 14:42:31 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 7 months ago (2016-05-12 16:43:00 UTC) #16
philipel
4 years, 7 months ago (2016-05-13 09:12:17 UTC) #19
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
1a830c2c66a5f9e25e081e07694090468dcf4743 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698