Skip to content

Commit

Permalink
[Media Foundation Video Capture] Add Sensoray 2253 to blacklist
Browse files Browse the repository at this point in the history
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: Weiyong Yao <braveyao@chromium.org>
Cr-Commit-Position: refs/heads/master@{#619814}
  • Loading branch information
Christian Fremerey authored and Commit Bot committed Jan 3, 2019
1 parent dc94ee4 commit da6135b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion media/capture/video/win/video_capture_device_factory_win.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit da6135b

Please sign in to comment.