提交 c27ff790 编写于 作者: J jp9000

libobs: Display debug msg in data_valid if null

Uses obs_source_valid in data_valid which will ensure a debug message is
displayed if null.
上级 8686451d
......@@ -31,7 +31,7 @@
static inline bool data_valid(const struct obs_source *source, const char *f)
{
return source && source->context.data;
return obs_source_valid(source, f) && source->context.data;
}
const struct obs_source_info *find_source(struct darray *list, const char *id)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册