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

Issue 2868723003: Break backwards traversal loop if we have looped around all packet in the PacketBuffer for H264 fra… (Closed)

Created:
3 years, 7 months ago by philipel
Modified:
3 years, 7 months ago
Reviewers:
stefan-webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhengzhonghou_agora.io, video-team_agora.io, stefan-webrtc, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Break backwards traversal loop if we have looped around all packets in the PacketBuffer for H264 frames. BUG=webrtc:7532 Review-Url: https://codereview.webrtc.org/2868723003 Cr-Commit-Position: refs/heads/master@{#18191} Committed: https://chromium.googlesource.com/external/webrtc/+/539107175a1595d6b0a75644df479093b46a96af

Patch Set 1 #

Total comments: 4

Patch Set 2 : feedback #

Total comments: 1

Patch Set 3 : Added comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -10 lines) Patch
M webrtc/modules/video_coding/packet_buffer.cc View 1 2 4 chunks +6 lines, -10 lines 0 comments Download
M webrtc/modules/video_coding/video_packet_buffer_unittest.cc View 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (8 generated)
philipel
3 years, 7 months ago (2017-05-08 11:28:48 UTC) #3
stefan-webrtc
https://codereview.webrtc.org/2868723003/diff/1/webrtc/modules/video_coding/packet_buffer.cc File webrtc/modules/video_coding/packet_buffer.cc (right): https://codereview.webrtc.org/2868723003/diff/1/webrtc/modules/video_coding/packet_buffer.cc#newcode201 webrtc/modules/video_coding/packet_buffer.cc:201: while (packets_tested < size_ && PotentialNewFrame(seq_num)) { Can this ...
3 years, 7 months ago (2017-05-08 11:47:27 UTC) #4
philipel
https://codereview.webrtc.org/2868723003/diff/1/webrtc/modules/video_coding/packet_buffer.cc File webrtc/modules/video_coding/packet_buffer.cc (right): https://codereview.webrtc.org/2868723003/diff/1/webrtc/modules/video_coding/packet_buffer.cc#newcode201 webrtc/modules/video_coding/packet_buffer.cc:201: while (packets_tested < size_ && PotentialNewFrame(seq_num)) { On 2017/05/08 ...
3 years, 7 months ago (2017-05-08 12:56:23 UTC) #5
philipel
ping
3 years, 7 months ago (2017-05-16 11:27:19 UTC) #6
stefan-webrtc
lgtm LGTM % nit https://codereview.webrtc.org/2868723003/diff/20001/webrtc/modules/video_coding/packet_buffer.cc File webrtc/modules/video_coding/packet_buffer.cc (right): https://codereview.webrtc.org/2868723003/diff/20001/webrtc/modules/video_coding/packet_buffer.cc#newcode217 webrtc/modules/video_coding/packet_buffer.cc:217: for (size_t j = 0; ...
3 years, 7 months ago (2017-05-17 07:01:11 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/2868723003/40001
3 years, 7 months ago (2017-05-18 09:01:03 UTC) #10
commit-bot: I haz the power
3 years, 7 months ago (2017-05-18 09:24:45 UTC) #13
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/external/webrtc/+/539107175a1595d6b0a75644d...

Powered by Google App Engine
This is Rietveld 408576698