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

Issue 11363128: Converted VideoFrameCapturer callbacks into a VideoFrameCapturer::Delegate interface. (Closed)

Created:
8 years, 1 month ago by alexeypa (please no reviews)
Modified:
8 years, 1 month ago
Reviewers:
Wez, simonmorris
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, rmsousa+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Converted VideoFrameCapturer callbacks into a VideoFrameCapturer::Delegate interface. BUG=134694 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=166728

Patch Set 1 #

Total comments: 20

Patch Set 2 : CR feedback. #

Patch Set 3 : Make trybots happy. #

Patch Set 4 : Updating Mac-only test. #

Patch Set 5 : More Mac compilation issues. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+211 lines, -238 lines) Patch
M remoting/host/client_session_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/host_mock_objects.h View 1 2 3 2 chunks +19 lines, -15 lines 0 comments Download
M remoting/host/host_mock_objects.cc View 1 2 3 1 chunk +8 lines, -5 lines 0 comments Download
M remoting/host/video_frame_capturer.h View 1 2 chunks +26 lines, -21 lines 0 comments Download
M remoting/host/video_frame_capturer_fake.h View 2 chunks +4 lines, -4 lines 0 comments Download
M remoting/host/video_frame_capturer_fake.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M remoting/host/video_frame_capturer_linux.cc View 10 chunks +14 lines, -18 lines 0 comments Download
M remoting/host/video_frame_capturer_mac.mm View 1 2 9 chunks +13 lines, -19 lines 0 comments Download
M remoting/host/video_frame_capturer_mac_unittest.cc View 1 2 3 4 5 chunks +28 lines, -56 lines 0 comments Download
M remoting/host/video_frame_capturer_unittest.cc View 1 2 3 2 chunks +11 lines, -15 lines 0 comments Download
M remoting/host/video_frame_capturer_win.cc View 11 chunks +20 lines, -22 lines 0 comments Download
M remoting/host/video_scheduler.h View 4 chunks +9 lines, -8 lines 0 comments Download
M remoting/host/video_scheduler.cc View 3 chunks +34 lines, -36 lines 0 comments Download
M remoting/host/video_scheduler_unittest.cc View 1 5 chunks +20 lines, -14 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
alexeypa (please no reviews)
PTAL.
8 years, 1 month ago (2012-11-07 19:14:27 UTC) #1
Wez
The change to VideoFrameCapturer's interface fundamentally looks good to me. https://chromiumcodereview.appspot.com/11363128/diff/1/remoting/host/video_frame_capturer.h File remoting/host/video_frame_capturer.h (right): https://chromiumcodereview.appspot.com/11363128/diff/1/remoting/host/video_frame_capturer.h#newcode61 ...
8 years, 1 month ago (2012-11-07 19:58:29 UTC) #2
simonmorris
http://codereview.chromium.org/11363128/diff/1/remoting/host/video_frame_capturer_linux.cc File remoting/host/video_frame_capturer_linux.cc (right): http://codereview.chromium.org/11363128/diff/1/remoting/host/video_frame_capturer_linux.cc#newcode311 remoting/host/video_frame_capturer_linux.cc:311: void VideoFrameCapturerLinux::CaptureInvalidRegion() { DCHECK(delegate_ != NULL) ? Or, looking ...
8 years, 1 month ago (2012-11-07 20:35:20 UTC) #3
alexeypa (please no reviews)
PTAL. http://codereview.chromium.org/11363128/diff/1/remoting/host/video_frame_capturer.h File remoting/host/video_frame_capturer.h (right): http://codereview.chromium.org/11363128/diff/1/remoting/host/video_frame_capturer.h#newcode61 remoting/host/video_frame_capturer.h:61: virtual void OnCaptureCompleted( On 2012/11/07 19:58:29, Wez wrote: ...
8 years, 1 month ago (2012-11-07 20:54:40 UTC) #4
simonmorris
lgtm http://codereview.chromium.org/11363128/diff/1/remoting/host/video_frame_capturer_linux.cc File remoting/host/video_frame_capturer_linux.cc (right): http://codereview.chromium.org/11363128/diff/1/remoting/host/video_frame_capturer_linux.cc#newcode368 remoting/host/video_frame_capturer_linux.cc:368: DCHECK(has_xfixes_); On 2012/11/07 20:54:41, alexeypa wrote: > On ...
8 years, 1 month ago (2012-11-07 21:08:57 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alexeypa@chromium.org/11363128/11001
8 years, 1 month ago (2012-11-07 21:16:09 UTC) #6
commit-bot: I haz the power
Retried try job too often for step(s) remoting_unittests
8 years, 1 month ago (2012-11-07 22:19:52 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alexeypa@chromium.org/11363128/26001
8 years, 1 month ago (2012-11-07 22:40:02 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alexeypa@chromium.org/11363128/28002
8 years, 1 month ago (2012-11-08 00:57:24 UTC) #9
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years, 1 month ago (2012-11-08 06:19:17 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alexeypa@chromium.org/11363128/42005
8 years, 1 month ago (2012-11-08 17:13:54 UTC) #11
commit-bot: I haz the power
8 years, 1 month ago (2012-11-08 19:36:16 UTC) #12
Change committed as 166728

Powered by Google App Engine
This is Rietveld 408576698