Commit 95410acf authored by Christian Fremerey's avatar Christian Fremerey Committed by Commit Bot

[Media Foundation Video Capture] Add Elgato HD60 Pro to Blacklist

As per new report on crbug.com/849636, this device seems to be another
instance of drivers reporting the device as available in MediaFoundation
but not actually working with it.

Bug: 849636
Change-Id: I21764713826e4f86cf600e6e30b75a3d9c3fb087
Reviewed-on: https://chromium-review.googlesource.com/c/1393804Reviewed-by: default avatarWeiyong Yao <braveyao@chromium.org>
Commit-Queue: Christian Fremerey <chfremer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#619667}
parent 88c8a358
...@@ -80,7 +80,9 @@ static_assert(base::size(kBlacklistedCameraNames) == BLACKLISTED_CAMERA_MAX + 1, ...@@ -80,7 +80,9 @@ static_assert(base::size(kBlacklistedCameraNames) == BLACKLISTED_CAMERA_MAX + 1,
const char* const kModelIdsBlacklistedForMediaFoundation[] = { const char* const kModelIdsBlacklistedForMediaFoundation[] = {
// Devices using Empia 2860 or 2820 chips, see https://crbug.com/849636. // Devices using Empia 2860 or 2820 chips, see https://crbug.com/849636.
"eb1a:2860", "eb1a:2820", "1ce6:2820"}; "eb1a:2860", "eb1a:2820", "1ce6:2820",
// Elgato HD60 Pro
"12ab:0380"};
const std::pair<VideoCaptureApi, std::vector<std::pair<GUID, GUID>>> const std::pair<VideoCaptureApi, std::vector<std::pair<GUID, GUID>>>
kMfAttributes[] = {{VideoCaptureApi::WIN_MEDIA_FOUNDATION, kMfAttributes[] = {{VideoCaptureApi::WIN_MEDIA_FOUNDATION,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment