提交 a2d7aa35 编写于 作者: J jp9000

vlc-video: Don't allow VLC sources to be cloned

上级 7ec07cf8
......@@ -767,7 +767,9 @@ static obs_properties_t *vlcs_properties(void *data)
struct obs_source_info vlc_source_info = {
.id = "vlc_source",
.type = OBS_SOURCE_TYPE_INPUT,
.output_flags = OBS_SOURCE_ASYNC_VIDEO | OBS_SOURCE_AUDIO,
.output_flags = OBS_SOURCE_ASYNC_VIDEO |
OBS_SOURCE_AUDIO |
OBS_SOURCE_DO_NOT_DUPLICATE,
.get_name = vlcs_get_name,
.create = vlcs_create,
.destroy = vlcs_destroy,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册