jp9000 103ef75310 Improve thread safety for scene items
Scene items previously were removed by calling obs_sceneitem_destroy,
but this proved to be a potential race condition where two different
threads could try to destroy the same scene item at the same time.

Instead of doing that, reference counting is now used on scene items,
and an explicit obs_sceneitem_remove function is used instead for item
removal, which sets a 'removed' variable to ensure it can only be called
exactly one time.
2014-01-30 01:31:52 -07:00
..
2014-01-09 21:04:52 -06:00
2014-01-28 18:41:24 -07:00
2014-01-28 18:41:24 -07:00
2014-01-28 18:41:24 -07:00
2014-01-28 18:41:24 -07:00
2014-01-28 18:41:24 -07:00
2014-01-30 01:31:52 -07:00
2013-12-22 17:42:02 -07:00