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

Issue 2008513003: Let VideoRenderFrames::FrameToRender return rtc::Optional (Closed)

Created:
4 years, 7 months ago by nisse-webrtc
Modified:
4 years, 7 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Let VideoRenderFrames::FrameToRender return a rtc::Optional. This eliminates one use of IsZeroSize. BUG=webrtc:5682 Committed: https://crrev.com/e5e5292adb97c9dcbf45bfc85d030b0eeb25d5fd Cr-Commit-Position: refs/heads/master@{#12891}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Change to using std::unique_ptr. #

Patch Set 3 : Revert unique_ptr change. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -11 lines) Patch
M webrtc/common_video/incoming_video_stream.cc View 2 2 chunks +3 lines, -6 lines 0 comments Download
M webrtc/common_video/video_render_frames.h View 2 2 chunks +3 lines, -2 lines 0 comments Download
M webrtc/common_video/video_render_frames.cc View 2 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 26 (9 generated)
nisse-webrtc
This cl eliminates one use of IsZeroSize, and an uninitialized webrtc::VideoFrame.
4 years, 7 months ago (2016-05-24 08:33:59 UTC) #2
magjed_webrtc
lgtm
4 years, 7 months ago (2016-05-24 08:55:01 UTC) #3
pbos-webrtc
https://codereview.webrtc.org/2008513003/diff/1/webrtc/common_video/incoming_video_stream.cc File webrtc/common_video/incoming_video_stream.cc (right): https://codereview.webrtc.org/2008513003/diff/1/webrtc/common_video/incoming_video_stream.cc#newcode182 webrtc/common_video/incoming_video_stream.cc:182: frame_to_render = render_buffers_->FrameToRender(); Should this be passed through an ...
4 years, 7 months ago (2016-05-24 10:14:31 UTC) #4
nisse-webrtc
https://codereview.webrtc.org/2008513003/diff/1/webrtc/common_video/incoming_video_stream.cc File webrtc/common_video/incoming_video_stream.cc (right): https://codereview.webrtc.org/2008513003/diff/1/webrtc/common_video/incoming_video_stream.cc#newcode182 webrtc/common_video/incoming_video_stream.cc:182: frame_to_render = render_buffers_->FrameToRender(); On 2016/05/24 10:14:31, pbos-webrtc wrote: > ...
4 years, 7 months ago (2016-05-24 11:07:31 UTC) #5
pbos-webrtc
On 2016/05/24 11:07:31, nisse-webrtc wrote: > https://codereview.webrtc.org/2008513003/diff/1/webrtc/common_video/incoming_video_stream.cc > File webrtc/common_video/incoming_video_stream.cc (right): > > https://codereview.webrtc.org/2008513003/diff/1/webrtc/common_video/incoming_video_stream.cc#newcode182 > ...
4 years, 7 months ago (2016-05-24 12:09:50 UTC) #6
pbos-webrtc
On 2016/05/24 12:09:50, pbos-webrtc wrote: > On 2016/05/24 11:07:31, nisse-webrtc wrote: > > > https://codereview.webrtc.org/2008513003/diff/1/webrtc/common_video/incoming_video_stream.cc ...
4 years, 7 months ago (2016-05-24 12:10:20 UTC) #7
nisse-webrtc
Changed to unique_ptr now.
4 years, 7 months ago (2016-05-24 13:47:58 UTC) #9
magjed_webrtc
On 2016/05/24 13:47:58, nisse-webrtc wrote: > Changed to unique_ptr now. I don't like the change ...
4 years, 7 months ago (2016-05-24 13:57:57 UTC) #10
nisse-webrtc
On 2016/05/24 13:57:57, magjed_webrtc wrote: > On 2016/05/24 13:47:58, nisse-webrtc wrote: > > Changed to ...
4 years, 7 months ago (2016-05-24 14:03:38 UTC) #11
magjed_webrtc
On 2016/05/24 14:03:38, nisse-webrtc wrote: > On 2016/05/24 13:57:57, magjed_webrtc wrote: > > On 2016/05/24 ...
4 years, 7 months ago (2016-05-24 14:40:11 UTC) #12
nisse-webrtc
On 2016/05/24 14:40:11, magjed_webrtc wrote: > On 2016/05/24 14:03:38, nisse-webrtc wrote: > > On 2016/05/24 ...
4 years, 7 months ago (2016-05-25 07:14:54 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2008513003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2008513003/40001
4 years, 7 months ago (2016-05-25 11:00:21 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/5839)
4 years, 7 months ago (2016-05-25 11:20:31 UTC) #19
pbos-webrtc
lgtm
4 years, 7 months ago (2016-05-25 11:57:22 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2008513003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2008513003/40001
4 years, 7 months ago (2016-05-25 12:02:05 UTC) #22
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-05-25 13:25:23 UTC) #24
commit-bot: I haz the power
4 years, 7 months ago (2016-05-25 13:25:33 UTC) #26
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/e5e5292adb97c9dcbf45bfc85d030b0eeb25d5fd
Cr-Commit-Position: refs/heads/master@{#12891}

Powered by Google App Engine
This is Rietveld 408576698