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

Issue 2334683002: Add method cricket::VideoCapturer::NeedsDenoising, use in VideoCapturerTrackSource. (Closed)

Created:
4 years, 3 months ago by nisse-webrtc
Modified:
4 years, 3 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, the sun, perkj_webrtc
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add method cricket::VideoCapturer::NeedsDenoising, use in VideoCapturerTrackSource. BUG=chromium:645907 Committed: https://crrev.com/0d14c6abba19295725519ce38105688ae0a62513 Cr-Commit-Position: refs/heads/master@{#14219}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Add tests for needs_denoising. #

Total comments: 6

Patch Set 3 : Address pbos' comments. #

Total comments: 8

Patch Set 4 : Delete comment about Chrome. #

Patch Set 5 : TODO comment explaining the NeedsDenoising hack. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -5 lines) Patch
M webrtc/api/videocapturertracksource.cc View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/api/videocapturertracksource_unittest.cc View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
M webrtc/media/base/fakevideocapturer.h View 1 2 3 chunks +13 lines, -5 lines 0 comments Download
M webrtc/media/base/videocapturer.h View 1 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (10 generated)
nisse-webrtc
PTAL. At least, it's pretty close to a minimal change.
4 years, 3 months ago (2016-09-12 10:41:26 UTC) #2
pbos-webrtc
https://codereview.webrtc.org/2334683002/diff/1/webrtc/api/videocapturertracksource.cc File webrtc/api/videocapturertracksource.cc (right): https://codereview.webrtc.org/2334683002/diff/1/webrtc/api/videocapturertracksource.cc#newcode323 webrtc/api/videocapturertracksource.cc:323: // Get default from the capturer, overridden by constraints, ...
4 years, 3 months ago (2016-09-12 14:50:46 UTC) #3
nisse-webrtc
https://codereview.webrtc.org/2334683002/diff/1/webrtc/api/videocapturertracksource.cc File webrtc/api/videocapturertracksource.cc (right): https://codereview.webrtc.org/2334683002/diff/1/webrtc/api/videocapturertracksource.cc#newcode323 webrtc/api/videocapturertracksource.cc:323: // Get default from the capturer, overridden by constraints, ...
4 years, 3 months ago (2016-09-13 09:39:10 UTC) #4
hta-webrtc
Commenting... https://codereview.webrtc.org/2334683002/diff/1/webrtc/api/videocapturertracksource.cc File webrtc/api/videocapturertracksource.cc (right): https://codereview.webrtc.org/2334683002/diff/1/webrtc/api/videocapturertracksource.cc#newcode323 webrtc/api/videocapturertracksource.cc:323: // Get default from the capturer, overridden by ...
4 years, 3 months ago (2016-09-13 09:46:27 UTC) #5
nisse-webrtc
On 2016/09/13 09:46:27, hta-webrtc wrote: > Commenting... > > https://codereview.webrtc.org/2334683002/diff/1/webrtc/api/videocapturertracksource.cc > File webrtc/api/videocapturertracksource.cc (right): > ...
4 years, 3 months ago (2016-09-13 09:51:29 UTC) #6
pbos-webrtc
lgtm, please add the precedence test (constraints apply on top of track) https://codereview.webrtc.org/2334683002/diff/20001/webrtc/api/videocapturertracksource_unittest.cc File webrtc/api/videocapturertracksource_unittest.cc ...
4 years, 3 months ago (2016-09-13 14:02:10 UTC) #7
nisse-webrtc
https://codereview.webrtc.org/2334683002/diff/20001/webrtc/api/videocapturertracksource_unittest.cc File webrtc/api/videocapturertracksource_unittest.cc (right): https://codereview.webrtc.org/2334683002/diff/20001/webrtc/api/videocapturertracksource_unittest.cc#newcode452 webrtc/api/videocapturertracksource_unittest.cc:452: TEST_F(VideoCapturerTrackSourceTest, DenoisingConstraintOn) { On 2016/09/13 14:02:09, pbos-webrtc wrote: > ...
4 years, 3 months ago (2016-09-13 14:24:05 UTC) #8
hta-webrtc
lgtm
4 years, 3 months ago (2016-09-14 09:45:32 UTC) #9
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/2334683002/40001
4 years, 3 months ago (2016-09-14 10:33:13 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/8340)
4 years, 3 months ago (2016-09-14 10:39:56 UTC) #14
nisse-webrtc
Per: Owner's approval needed.
4 years, 3 months ago (2016-09-14 11:29:51 UTC) #16
perkj_webrtc
https://codereview.webrtc.org/2334683002/diff/40001/webrtc/api/videocapturertracksource.cc File webrtc/api/videocapturertracksource.cc (right): https://codereview.webrtc.org/2334683002/diff/40001/webrtc/api/videocapturertracksource.cc#newcode324 webrtc/api/videocapturertracksource.cc:324: // Note that Chrome no longer uses the webrtc ...
4 years, 3 months ago (2016-09-14 13:08:27 UTC) #17
nisse-webrtc
https://codereview.webrtc.org/2334683002/diff/40001/webrtc/api/videocapturertracksource.cc File webrtc/api/videocapturertracksource.cc (right): https://codereview.webrtc.org/2334683002/diff/40001/webrtc/api/videocapturertracksource.cc#newcode324 webrtc/api/videocapturertracksource.cc:324: // Note that Chrome no longer uses the webrtc ...
4 years, 3 months ago (2016-09-14 13:20:23 UTC) #18
perkj_webrtc
I see. A not so happy lgtm in that case if you clarify the comments ...
4 years, 3 months ago (2016-09-14 13:28:23 UTC) #19
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/2334683002/80001
4 years, 3 months ago (2016-09-14 13:55:31 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg on master.tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 3 months ago (2016-09-14 15:55:58 UTC) #24
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/2334683002/80001
4 years, 3 months ago (2016-09-14 18:54:04 UTC) #26
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 3 months ago (2016-09-14 19:03:21 UTC) #27
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/0d14c6abba19295725519ce38105688ae0a62513 Cr-Commit-Position: refs/heads/master@{#14219}
4 years, 3 months ago (2016-09-14 19:03:27 UTC) #29
nisse-webrtc
4 years, 2 months ago (2016-10-20 08:04:37 UTC) #30
Message was sent while issue was closed.
A revert of this CL (patchset #5 id:80001) has been created in
https://codereview.webrtc.org/2433293003/ by nisse@webrtc.org.

The reason for reverting is: This was a workaround to help Chrome wire up the
googNoiseReduction constraint. However, it was fixed in a different way in
Chrome, and this hack is not actually needed..

Powered by Google App Engine
This is Rietveld 408576698