瀏覽代碼

mac-avcapture: Resolve deprecation warnings to reflect 12.0 target

jcm 3 月之前
父節點
當前提交
9dc9d67fd0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/mac-avcapture/OBSAVCapture.m

+ 1 - 1
plugins/mac-avcapture/OBSAVCapture.m

@@ -24,7 +24,7 @@ static const UInt32 kMaxFrameRateRangesInDescription = 10;
 
     if (self) {
         CMIOObjectPropertyAddress propertyAddress = {kCMIOHardwarePropertyAllowScreenCaptureDevices,
-                                                     kCMIOObjectPropertyScopeGlobal, kCMIOObjectPropertyElementMaster};
+                                                     kCMIOObjectPropertyScopeGlobal, kCMIOObjectPropertyElementMain};
 
         UInt32 allow = 1;
         CMIOObjectSetPropertyData(kCMIOObjectSystemObject, &propertyAddress, 0, NULL, sizeof(allow), &allow);