Files
obs-studio/libobs
jp9000 573197af5b libobs: Fix race conditions
Uses obs_source_get_ref on the sources enumerated in the tick_sources
function in obs-video.c to ensure a reference has been incremented
before calling that source's video_tick, and replaces an
obs_source_addref with obs_source_get_ref in the push_audio_tree
function in obs-audio.c to ensure that it cannot increment a source that
has already decremented its reference to 0.
2019-02-12 19:23:24 -08:00
..
2019-02-07 17:00:46 -08:00
2018-09-24 14:25:41 -07:00
2019-02-12 19:23:24 -08:00
2018-09-02 15:35:29 -07:00
2018-09-07 09:27:14 -05:00
2019-02-12 19:23:24 -08:00