Commit da6135bc authored by Christian Fremerey's avatar Christian Fremerey Committed by Commit Bot

[Media Foundation Video Capture] Add Sensoray 2253 to blacklist

As per report at crbug.com/910044

Bug: 910044
Change-Id: I43b4467710b44cb9a6c2b755e23512d7b7318479
Reviewed-on: https://chromium-review.googlesource.com/c/1394398
Commit-Queue: Christian Fremerey <chfremer@chromium.org>
Reviewed-by: default avatarWeiyong Yao <braveyao@chromium.org>
Cr-Commit-Position: refs/heads/master@{#619814}
parent dc94ee48
......@@ -82,7 +82,9 @@ const char* const kModelIdsBlacklistedForMediaFoundation[] = {
// Devices using Empia 2860 or 2820 chips, see https://crbug.com/849636.
"eb1a:2860", "eb1a:2820", "1ce6:2820",
// Elgato HD60 Pro
"12ab:0380"};
"12ab:0380",
// Sensoray 2253
"1943:2253"};
const std::pair<VideoCaptureApi, std::vector<std::pair<GUID, GUID>>>
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