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

Issue 1988653002: PacketBuffer now can save how many times a packet has been nacked. (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

PacketBuffer now can save how many times a packet has been nacked. Also save size/max nack count in the FrameObject/RtpFrameObject. BUG=webrtc:5514 R=stefan@webrtc.org Committed: https://crrev.com/5ceaaae3689cac9ae10dc7caf5802e8d6e0c7a99 Cr-Commit-Position: refs/heads/master@{#12863}

Patch Set 1 #

Total comments: 13

Patch Set 2 : Feedback fixes #

Patch Set 3 : combined_size to frame_size #

Total comments: 17

Patch Set 4 : Feedback fixes. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -9 lines) Patch
M webrtc/modules/video_coding/frame_object.h View 1 2 3 3 chunks +10 lines, -1 line 0 comments Download
M webrtc/modules/video_coding/frame_object.cc View 1 2 3 2 chunks +10 lines, -2 lines 1 comment Download
M webrtc/modules/video_coding/packet.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/video_coding/packet.cc View 1 4 chunks +4 lines, -0 lines 0 comments Download
M webrtc/modules/video_coding/packet_buffer.cc View 1 2 3 1 chunk +15 lines, -5 lines 0 comments Download
M webrtc/modules/video_coding/packet_buffer_unittest.cc View 1 2 3 1 chunk +51 lines, -1 line 0 comments Download

Messages

Total messages: 15 (5 generated)
philipel
4 years, 7 months ago (2016-05-17 09:33:29 UTC) #2
stefan-webrtc
https://codereview.webrtc.org/1988653002/diff/1/webrtc/modules/video_coding/frame_object.h File webrtc/modules/video_coding/frame_object.h (right): https://codereview.webrtc.org/1988653002/diff/1/webrtc/modules/video_coding/frame_object.h#newcode67 webrtc/modules/video_coding/frame_object.h:67: int8_t max_nack_count_; Why int8_t? int would be nicer https://codereview.webrtc.org/1988653002/diff/1/webrtc/modules/video_coding/packet_buffer.cc ...
4 years, 7 months ago (2016-05-20 13:10:23 UTC) #3
philipel
https://codereview.webrtc.org/1988653002/diff/1/webrtc/modules/video_coding/frame_object.h File webrtc/modules/video_coding/frame_object.h (right): https://codereview.webrtc.org/1988653002/diff/1/webrtc/modules/video_coding/frame_object.h#newcode67 webrtc/modules/video_coding/frame_object.h:67: int8_t max_nack_count_; On 2016/05/20 13:10:23, stefan-webrtc (holmer) wrote: > ...
4 years, 7 months ago (2016-05-23 09:19:22 UTC) #4
terelius
https://codereview.webrtc.org/1988653002/diff/1/webrtc/modules/video_coding/frame_object.h File webrtc/modules/video_coding/frame_object.h (right): https://codereview.webrtc.org/1988653002/diff/1/webrtc/modules/video_coding/frame_object.h#newcode67 webrtc/modules/video_coding/frame_object.h:67: int8_t max_nack_count_; On 2016/05/23 09:19:22, philipel wrote: > On ...
4 years, 7 months ago (2016-05-23 11:49:56 UTC) #5
stefan-webrtc
https://codereview.webrtc.org/1988653002/diff/40001/webrtc/modules/video_coding/frame_object.h File webrtc/modules/video_coding/frame_object.h (right): https://codereview.webrtc.org/1988653002/diff/40001/webrtc/modules/video_coding/frame_object.h#newcode51 webrtc/modules/video_coding/frame_object.h:51: int8_t max_nack_count); int https://codereview.webrtc.org/1988653002/diff/40001/webrtc/modules/video_coding/frame_object.h#newcode56 webrtc/modules/video_coding/frame_object.h:56: int8_t max_nack_count() const; int ...
4 years, 7 months ago (2016-05-23 13:01:25 UTC) #6
philipel
https://codereview.webrtc.org/1988653002/diff/40001/webrtc/modules/video_coding/frame_object.h File webrtc/modules/video_coding/frame_object.h (right): https://codereview.webrtc.org/1988653002/diff/40001/webrtc/modules/video_coding/frame_object.h#newcode51 webrtc/modules/video_coding/frame_object.h:51: int8_t max_nack_count); On 2016/05/23 13:01:24, stefan-webrtc (holmer) wrote: > ...
4 years, 7 months ago (2016-05-23 13:34:18 UTC) #7
stefan-webrtc
lgtm https://codereview.webrtc.org/1988653002/diff/60001/webrtc/modules/video_coding/frame_object.cc File webrtc/modules/video_coding/frame_object.cc (right): https://codereview.webrtc.org/1988653002/diff/60001/webrtc/modules/video_coding/frame_object.cc#newcode34 webrtc/modules/video_coding/frame_object.cc:34: size = frame_size; Maybe pass this in to ...
4 years, 7 months ago (2016-05-23 13:42:07 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1988653002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1988653002/60001
4 years, 7 months ago (2016-05-23 13:52:17 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL) android_dbg on ...
4 years, 7 months ago (2016-05-23 15:52:42 UTC) #12
philipel
4 years, 7 months ago (2016-05-24 08:21:05 UTC) #14
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
5ceaaae3689cac9ae10dc7caf5802e8d6e0c7a99 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698