提交 c914c1c2 编写于 作者: J jp9000

vlc-video: Set properties to defer update mode

Makes it so that the settings do not update every time the user touches
a property of the source, but instead update when the user is finished.
上级 849944ca
......@@ -831,6 +831,7 @@ static obs_properties_t *vlcs_properties(void *data)
struct dstr path = {0};
obs_property_t *p;
obs_properties_set_flags(ppts, OBS_PROPERTIES_DEFER_UPDATE);
obs_properties_add_bool(ppts, S_LOOP, T_LOOP);
obs_properties_add_bool(ppts, S_SHUFFLE, T_SHUFFLE);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册