提交 7b37dc6c 编写于 作者: J jp9000

Oh and while we're at it I suppose another fix

上级 f26cb706
......@@ -115,11 +115,11 @@ static inline void attach_sceneitem(struct obs_scene_item *item,
static void scene_video_render(void *data)
{
pthread_mutex_lock(&scene->mutex);
struct obs_scene *scene = data;
struct obs_scene_item *item = scene->first_item;
pthread_mutex_lock(&scene->mutex);
while (item) {
if (obs_source_removed(item->source)) {
struct obs_scene_item *del_item = item;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册