提交 082e1bff 编写于 作者: P Palana

mac-avcapture: Remove default device name

No need to give it a name other than the empty string
上级 85219bd1
......@@ -597,7 +597,6 @@ static NSString *preset_names(NSString *preset)
static void av_capture_defaults(obs_data_t settings)
{
obs_data_set_default_string(settings, "device_name", "none");
obs_data_set_default_bool(settings, "use_preset", true);
obs_data_set_default_string(settings, "preset",
AVCaptureSessionPreset1280x720.UTF8String);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册