Files
obs-studio/libobs
jp9000 b2839c3ec3 libobs: Actually fix ungroup deadlock
66c27c2cea (#4664) was mistakenly merged. It was also the incorrect
way to fix the deadlock. Because duplicate_item_data() already defers
the texture creation process, we can just add a param to
obs_scene_add_internal() which allows us to exclude the creation of the
item texture for this specific case. The texture will then automatically
be created later before it's used. There was no reason to be creating
the texture there, as it was unnecessary.

Properly fixes obsproject/obs-studio#3166
2021-09-11 22:00:08 -07:00
..
2021-07-06 14:08:28 -07:00
2019-06-23 23:49:10 -07:00
2019-06-23 23:49:10 -07:00
2021-06-10 08:50:41 -07:00
2019-06-23 23:49:10 -07:00
2019-06-23 23:49:10 -07:00
2019-06-23 23:49:10 -07:00
2021-03-16 22:15:16 -07:00
2021-08-23 22:57:10 -07:00
2019-10-14 17:19:38 -07:00
2019-06-23 23:49:10 -07:00
2021-08-23 22:57:10 -07:00
2020-08-10 12:24:01 -07:00
2021-02-09 09:39:04 -03:00