mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-30 17:58:37 +08:00
mac-capture: Add vbcable to whitelist for loopback devices
This commit is contained in:
@@ -15,7 +15,8 @@ static inline bool device_is_input(char *device)
|
||||
astrstri(device, "ishowu") == NULL &&
|
||||
astrstri(device, "blackhole") == NULL &&
|
||||
astrstri(device, "loopback") == NULL &&
|
||||
astrstri(device, "groundcontrol") == NULL;
|
||||
astrstri(device, "groundcontrol") == NULL &&
|
||||
astrstri(device, "vbcable") == NULL;
|
||||
}
|
||||
|
||||
static inline bool enum_success(OSStatus stat, const char *msg)
|
||||
|
||||
Reference in New Issue
Block a user