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

Issue 2841913002: Stashed frames are now retried in a loop rather than recursively. (Closed)

Created:
3 years, 8 months ago by philipel
Modified:
3 years, 8 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

Stashed frames are now retried in a loop rather than recursively. BUG=none Review-Url: https://codereview.webrtc.org/2841913002 Cr-Commit-Position: refs/heads/master@{#17890} Committed: https://chromium.googlesource.com/external/webrtc/+/afcf7f5591de47063f7da3507ea83b48970a6e1f

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 6

Patch Set 4 : Feedback #

Total comments: 1

Patch Set 5 : Not all code paths return a value - fix #

Patch Set 6 : Apparently RTC_NOTREACHED is not enough for the win compiler. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -118 lines) Patch
M webrtc/modules/video_coding/rtp_frame_reference_finder.h View 1 2 3 4 chunks +15 lines, -16 lines 0 comments Download
M webrtc/modules/video_coding/rtp_frame_reference_finder.cc View 1 2 3 4 5 22 chunks +98 lines, -102 lines 0 comments Download

Messages

Total messages: 16 (8 generated)
philipel
3 years, 8 months ago (2017-04-25 15:16:59 UTC) #2
stefan-webrtc
https://codereview.webrtc.org/2841913002/diff/40001/webrtc/modules/video_coding/rtp_frame_reference_finder.cc File webrtc/modules/video_coding/rtp_frame_reference_finder.cc (right): https://codereview.webrtc.org/2841913002/diff/40001/webrtc/modules/video_coding/rtp_frame_reference_finder.cc#newcode43 webrtc/modules/video_coding/rtp_frame_reference_finder.cc:43: stashed_frames_.pop_back(); Here we pop_back(), before we did pop_front()? https://codereview.webrtc.org/2841913002/diff/40001/webrtc/modules/video_coding/rtp_frame_reference_finder.cc#newcode580 ...
3 years, 8 months ago (2017-04-25 15:27:49 UTC) #3
philipel
https://codereview.webrtc.org/2841913002/diff/40001/webrtc/modules/video_coding/rtp_frame_reference_finder.cc File webrtc/modules/video_coding/rtp_frame_reference_finder.cc (right): https://codereview.webrtc.org/2841913002/diff/40001/webrtc/modules/video_coding/rtp_frame_reference_finder.cc#newcode43 webrtc/modules/video_coding/rtp_frame_reference_finder.cc:43: stashed_frames_.pop_back(); On 2017/04/25 15:27:48, stefan-webrtc wrote: > Here we ...
3 years, 8 months ago (2017-04-26 12:22:27 UTC) #5
stefan-webrtc
lgtm
3 years, 8 months ago (2017-04-26 13:24:08 UTC) #6
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/2841913002/80001
3 years, 8 months ago (2017-04-26 13:26:00 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: win_x64_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_x64_rel/builds/25006)
3 years, 8 months ago (2017-04-26 13:40:15 UTC) #10
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/2841913002/120001
3 years, 8 months ago (2017-04-26 14:16:25 UTC) #13
commit-bot: I haz the power
3 years, 8 months ago (2017-04-26 15:17:41 UTC) #16
Message was sent while issue was closed.
Committed patchset #6 (id:120001) as
https://chromium.googlesource.com/external/webrtc/+/afcf7f5591de47063f7da3507...

Powered by Google App Engine
This is Rietveld 408576698