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

Issue 2750033002: Release the critial section between recursive calls in FrameBuffer::NextFrame. (Closed)

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

Release the critial section between recursive calls in FrameBuffer::NextFrame. This is a revert of https://codereview.webrtc.org/2749563002 and a fix to not keep the lock in between recursive calls. BUG=webrtc:7331 Review-Url: https://codereview.webrtc.org/2750033002 Cr-Commit-Position: refs/heads/master@{#17256} Committed: https://chromium.googlesource.com/external/webrtc/+/29f730ebd835240493ef8a86cccf90b436140af5

Patch Set 1 #

Total comments: 2

Patch Set 2 : Shrink critical section. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -46 lines) Patch
M webrtc/modules/video_coding/frame_buffer2.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/frame_buffer2.cc View 1 5 chunks +36 lines, -45 lines 0 comments Download

Messages

Total messages: 12 (6 generated)
philipel
PTAL
3 years, 9 months ago (2017-03-15 12:07:49 UTC) #3
philipel
PTAL
3 years, 9 months ago (2017-03-15 12:07:49 UTC) #4
tommi
lgtm - great debugging! I've got one comment that I hope won't come off too ...
3 years, 9 months ago (2017-03-15 13:33:48 UTC) #5
philipel
https://codereview.webrtc.org/2750033002/diff/1/webrtc/modules/video_coding/frame_buffer2.cc File webrtc/modules/video_coding/frame_buffer2.cc (right): https://codereview.webrtc.org/2750033002/diff/1/webrtc/modules/video_coding/frame_buffer2.cc#newcode184 webrtc/modules/video_coding/frame_buffer2.cc:184: rtc::CritScope lock(&crit_); On 2017/03/15 13:33:48, tommi (webrtc) wrote: > ...
3 years, 9 months ago (2017-03-15 14:10:28 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/2750033002/20001
3 years, 9 months ago (2017-03-15 14:10:43 UTC) #9
commit-bot: I haz the power
3 years, 9 months ago (2017-03-15 15:10:11 UTC) #12
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/external/webrtc/+/29f730ebd835240493ef8a86c...

Powered by Google App Engine
This is Rietveld 408576698