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

Issue 1356933005: Fixing camera capture for video_loopback (Closed)

Created:
5 years, 3 months ago by ivica
Modified:
5 years, 3 months ago
CC:
webrtc-reviews_webrtc.org, yujie_mao (webrtc), stefan-webrtc, tterriberry_mozilla.com, andresp, perkj_webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Fixing camera capture for video_loopback In the middle of refactoring, I replaced the VideoCapturer with FrameGeneratorCapturer, to reuse the code, and with that disabled the camera. Now adding capturer_ element to VideoQualityTest and ignoring frame_generator_capturer_ from the parent class test::CallTest. Committed: https://crrev.com/2d4e6c5d9d7b48aec62d1cda9f75fe0b695167aa Cr-Commit-Position: refs/heads/master@{#10023}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Moving start and stop directly to RunWithAnalyzer #

Patch Set 3 : Undoing unrelated change #

Total comments: 2

Patch Set 4 : Addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -15 lines) Patch
M webrtc/video/video_quality_test.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/video/video_quality_test.cc View 1 2 3 3 chunks +21 lines, -15 lines 0 comments Download

Messages

Total messages: 33 (13 generated)
ivica
...I believe more and more that VideoQualityTest should just reimplement everything it needs from test::CallTest, ...
5 years, 3 months ago (2015-09-21 15:53:37 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1356933005/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1356933005/1
5 years, 3 months ago (2015-09-21 15:55:59 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/mac/builds/9799)
5 years, 3 months ago (2015-09-21 15:59:38 UTC) #6
pbos-webrtc
https://codereview.webrtc.org/1356933005/diff/1/webrtc/video/video_quality_test.h File webrtc/video/video_quality_test.h (right): https://codereview.webrtc.org/1356933005/diff/1/webrtc/video/video_quality_test.h#newcode70 webrtc/video/video_quality_test.h:70: // Own variants that use capturer_ instead of frame_generator_capturer_. ...
5 years, 3 months ago (2015-09-21 16:09:11 UTC) #7
pbos-webrtc
On 2015/09/21 16:09:11, pbos-webrtc wrote: > https://codereview.webrtc.org/1356933005/diff/1/webrtc/video/video_quality_test.h > File webrtc/video/video_quality_test.h (right): > > https://codereview.webrtc.org/1356933005/diff/1/webrtc/video/video_quality_test.h#newcode70 > ...
5 years, 3 months ago (2015-09-21 16:09:27 UTC) #8
ivica
https://codereview.webrtc.org/1356933005/diff/1/webrtc/video/video_quality_test.h File webrtc/video/video_quality_test.h (right): https://codereview.webrtc.org/1356933005/diff/1/webrtc/video/video_quality_test.h#newcode70 webrtc/video/video_quality_test.h:70: // Own variants that use capturer_ instead of frame_generator_capturer_. ...
5 years, 3 months ago (2015-09-21 16:17:53 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1356933005/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1356933005/20001
5 years, 3 months ago (2015-09-21 17:17:38 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android on tryserver.webrtc (JOB_TIMED_OUT, no build URL) ...
5 years, 3 months ago (2015-09-21 19:17:48 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1356933005/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1356933005/40001
5 years, 3 months ago (2015-09-22 07:46:41 UTC) #15
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-09-22 09:36:17 UTC) #17
pbos-webrtc
https://codereview.webrtc.org/1356933005/diff/40001/webrtc/video/video_quality_test.cc File webrtc/video/video_quality_test.cc (right): https://codereview.webrtc.org/1356933005/diff/40001/webrtc/video/video_quality_test.cc#newcode699 webrtc/video/video_quality_test.cc:699: capturer_.reset(frame_generator_capturer); Just do capturer_.reset(.. above and assert that capturer_.get() ...
5 years, 3 months ago (2015-09-22 11:26:10 UTC) #18
pbos-webrtc
lgtm with this changed
5 years, 3 months ago (2015-09-22 11:27:09 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1356933005/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1356933005/60001
5 years, 3 months ago (2015-09-22 11:35:57 UTC) #22
ivica
https://codereview.webrtc.org/1356933005/diff/40001/webrtc/video/video_quality_test.cc File webrtc/video/video_quality_test.cc (right): https://codereview.webrtc.org/1356933005/diff/40001/webrtc/video/video_quality_test.cc#newcode699 webrtc/video/video_quality_test.cc:699: capturer_.reset(frame_generator_capturer); On 2015/09/22 11:26:10, pbos-webrtc wrote: > Just do ...
5 years, 3 months ago (2015-09-22 11:35:59 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: ios64_sim_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios64_sim_dbg/builds/2186)
5 years, 3 months ago (2015-09-22 12:07:59 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1356933005/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1356933005/60001
5 years, 3 months ago (2015-09-22 12:46:52 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL) android_rel on ...
5 years, 3 months ago (2015-09-22 13:36:11 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1356933005/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1356933005/60001
5 years, 3 months ago (2015-09-23 08:56:14 UTC) #31
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 3 months ago (2015-09-23 08:57:11 UTC) #32
commit-bot: I haz the power
5 years, 3 months ago (2015-09-23 08:57:20 UTC) #33
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/2d4e6c5d9d7b48aec62d1cda9f75fe0b695167aa
Cr-Commit-Position: refs/heads/master@{#10023}

Powered by Google App Engine
This is Rietveld 408576698