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

Issue 1039383002: Video Capture Win: Adds support for Analog Capture Devices such as the USB2-Live and Avermedia Card. (Closed)

Created:
5 years, 9 months ago by ken.strickland
Modified:
5 years, 8 months ago
Reviewers:
perkj_chrome, mcasas
CC:
chromium-reviews, posciak+watch_chromium.org, feature-media-reviews_chromium.org, wjia+watch_chromium.org, mcasas+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add support for the USB2-Live and Avermedia Analog capture devices by constructing a CLSID_CaptureGraphBuilder2, and then using the FindInterface(IID_IAMStreamConfig) that will add the needed IAMCrossbar to complete the DS graph appropriately. Removed the ability for the user to explicitly choose AM_KSCATEGORY_CROSSBAR devices as it is unnecessary. BUG=402684 TEST=Attach a USB2-Live device, navigate to; https://src.chromium.org/svn/trunk/src/chrome/test/data/webrtc/manual/peerconnection.html click, "Get Devices", choose the "USB2-Live", then click on "Request GetUserMedia" Committed: https://crrev.com/773aa4541957d8ad7d28990005544e98ee534474 Cr-Commit-Position: refs/heads/master@{#323831}

Patch Set 1 #

Total comments: 37

Patch Set 2 #

Total comments: 12

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Total comments: 5

Patch Set 5 : #

Total comments: 2

Patch Set 6 : Rebase #

Patch Set 7 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+590 lines, -667 lines) Patch
M AUTHORS View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/media/media_internals_unittest.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download
M media/video/capture/video_capture_device.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M media/video/capture/video_capture_device.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download
M media/video/capture/win/video_capture_device_factory_win.cc View 1 2 3 4 6 chunks +6 lines, -32 lines 0 comments Download
M media/video/capture/win/video_capture_device_win.h View 1 2 2 chunks +3 lines, -8 lines 0 comments Download
M media/video/capture/win/video_capture_device_win.cc View 1 2 3 4 5 6 1 chunk +580 lines, -622 lines 0 comments Download

Messages

Total messages: 37 (16 generated)
ken.strickland
Fix for Issue 402684 is ready for review, let me know how I can help.
5 years, 9 months ago (2015-03-27 20:01:56 UTC) #2
mcasas
Took the liberty of launching a few Win bots. https://codereview.chromium.org/1039383002/diff/1/media/video/capture/win/video_capture_device_factory_win.cc File media/video/capture/win/video_capture_device_factory_win.cc (right): https://codereview.chromium.org/1039383002/diff/1/media/video/capture/win/video_capture_device_factory_win.cc#newcode131 media/video/capture/win/video_capture_device_factory_win.cc:131: ...
5 years, 9 months ago (2015-03-27 23:06:56 UTC) #3
ken.strickland
I had to do a bit of a code merge over the weekend, since my ...
5 years, 8 months ago (2015-03-30 14:59:07 UTC) #4
mcasas
Looking better. Please update description: - no need to mention "Fix for..." in the Title, ...
5 years, 8 months ago (2015-03-30 19:12:17 UTC) #5
ken.strickland
Submitted Change Set 3 https://codereview.chromium.org/1039383002/diff/40001/media/video/capture/win/video_capture_device_win.cc File media/video/capture/win/video_capture_device_win.cc (right): https://codereview.chromium.org/1039383002/diff/40001/media/video/capture/win/video_capture_device_win.cc#newcode290 media/video/capture/win/video_capture_device_win.cc:290: return false; On 2015/03/30 19:12:17, ...
5 years, 8 months ago (2015-03-30 20:39:26 UTC) #7
mcasas
LGTM with a few comments. Thanks! "TEST=Attach an Analog Video Capture devices," please rewrite. The ...
5 years, 8 months ago (2015-03-31 18:11:56 UTC) #10
ken.strickland
Yes, I would like to contribute to the chromium code base on a regular basis. ...
5 years, 8 months ago (2015-03-31 19:23:22 UTC) #11
perkj_chrome
lgtm with the following addressed https://codereview.chromium.org/1039383002/diff/80001/media/video/capture/win/video_capture_device_factory_win.cc File media/video/capture/win/video_capture_device_factory_win.cc (right): https://codereview.chromium.org/1039383002/diff/80001/media/video/capture/win/video_capture_device_factory_win.cc#newcode179 media/video/capture/win/video_capture_device_factory_win.cc:179: device_names->push_back(Name(device_name, id)); where is ...
5 years, 8 months ago (2015-04-01 06:41:30 UTC) #12
ken.strickland
I have been running "git cl format", let me know if this is working out ...
5 years, 8 months ago (2015-04-01 12:46:04 UTC) #13
mcasas
"git cl try" runs a significant subset of all bots. git cl try --help will ...
5 years, 8 months ago (2015-04-01 17:58:49 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1039383002/100001
5 years, 8 months ago (2015-04-02 21:06:59 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_arm64_dbg_recipe/builds/62808) android_chromium_gn_compile_dbg on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 8 months ago (2015-04-02 21:21:24 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1039383002/100001
5 years, 8 months ago (2015-04-02 21:29:33 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_arm64_dbg_recipe/builds/62821) android_chromium_gn_compile_dbg on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 8 months ago (2015-04-02 21:42:51 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1039383002/120001
5 years, 8 months ago (2015-04-03 14:46:32 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ninja/builds/54190) mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 8 months ago (2015-04-03 14:50:44 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1039383002/120001
5 years, 8 months ago (2015-04-03 14:55:56 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_compile_dbg_32_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_32_ng/builds/39746) ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 8 months ago (2015-04-03 14:59:04 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1039383002/140001
5 years, 8 months ago (2015-04-03 20:46:55 UTC) #35
commit-bot: I haz the power
Committed patchset #7 (id:140001)
5 years, 8 months ago (2015-04-03 22:23:50 UTC) #36
commit-bot: I haz the power
5 years, 8 months ago (2015-04-03 22:28:32 UTC) #37
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/773aa4541957d8ad7d28990005544e98ee534474
Cr-Commit-Position: refs/heads/master@{#323831}

Powered by Google App Engine
This is Rietveld 408576698