From 7a2d64d00a318c12320244cffd81c8f1bceb2fef Mon Sep 17 00:00:00 2001 From: jp9000 Date: Sun, 4 Oct 2020 10:01:40 -0700 Subject: [PATCH] win-dshow: Fix decoupled audio with EVGA/magewell EVGA/magewell devices seem to use the default system drivers rather than custom drivers, which causes their audio to become decoupled and treated as completely separate devices rather than as an audio pin on the video device. Basically, this would cause those devices to not have audio by default, and force the user to have to manually select the audio, which is bad user experience. We already had a workaround for this with elgato devices, so expand that code to become a whitelist of devices, and include EVGA/magewell devices. --- plugins/win-dshow/libdshowcapture | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/win-dshow/libdshowcapture b/plugins/win-dshow/libdshowcapture index 1b92d94b6..09f5a3678 160000 --- a/plugins/win-dshow/libdshowcapture +++ b/plugins/win-dshow/libdshowcapture @@ -1 +1 @@ -Subproject commit 1b92d94b6238dda2d966c3d655701ca9ead18cf5 +Subproject commit 09f5a36788d2cada8643605775fb8fdbd8e5e2c7