Commit 4b3472b5 authored by Guido Urdaneta's avatar Guido Urdaneta Committed by Commit Bot

Disable VMWare Virtual Webcam for MediaFoundation

Bug: 1044974
Change-Id: Iac196f6fdd64e487f39668ea63590a14c513dcb2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2054111
Commit-Queue: Guido Urdaneta <guidou@chromium.org>
Reviewed-by: default avatarArmando Miraglia <armax@chromium.org>
Cr-Commit-Position: refs/heads/master@{#741120}
parent 11b85eab
...@@ -91,7 +91,7 @@ const char* const kModelIdsBlacklistedForMediaFoundation[] = { ...@@ -91,7 +91,7 @@ const char* const kModelIdsBlacklistedForMediaFoundation[] = {
// Dell E7440 // Dell E7440
"1bcf:2985", "1bcf:2985",
// Lenovo Thinkpad Model 20CG0006FMZ front and rear cameras, see // Lenovo Thinkpad Model 20CG0006FMZ front and rear cameras, see
// also https://crbug.com/924528 // also https://crbug.com/924528.
"04ca:7047", "04ca:7048", "04ca:7047", "04ca:7048",
// HP Elitebook 840 G1 // HP Elitebook 840 G1
"04f2:b3ed", "04f2:b3ca", "05c8:035d", "05c8:0369", "04f2:b3ed", "04f2:b3ca", "05c8:035d", "05c8:0369",
...@@ -100,7 +100,10 @@ const char* const kModelIdsBlacklistedForMediaFoundation[] = { ...@@ -100,7 +100,10 @@ const char* const kModelIdsBlacklistedForMediaFoundation[] = {
// RBG/IR camera for Windows Hello Face Auth. See https://crbug.com/984864. // RBG/IR camera for Windows Hello Face Auth. See https://crbug.com/984864.
"13d3:5257", "13d3:5257",
// Acer Aspire f5-573g. See https://crbug.com/1034644. // Acer Aspire f5-573g. See https://crbug.com/1034644.
"0bda:57f2"}; "0bda:57f2",
// VMware Virtual Webcams cause hangs when there is no physical Webcam.
// See https://crbug.com/1044974.
"VMware Virtual Webcam"};
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