AlexGuo1998
New Member
Hello devs.
Looking into the implementation of
Is it possible that the
Should I call
BTW, I'm using
Thanks!
Looking into the implementation of
obs_scene_find_source
(here), I noticed that the reference of returned sceneitem
is not incremented.Is it possible that the
sceneitem
gets destroyed before the scene gets released? e.g. User removes that item from the scene using GUI.Should I call
obs_sceneitem_addref
manually?BTW, I'm using
obs_frontend_get_scenes
to get that scene list.Thanks!