• J
    libobs: Prevent infinite source recursion · e29a1fd3
    jp9000 提交于
    Changed the design from using obs_source::enum_refs to just simply
    preventing infinite source recursion in general, rather than allowing it
    through the enum_refs variable.  obs_source_add_child has been changed
    so that it now returns a boolean, and if the function fails, it means
    that the child cannot be added due to that potential recursion.
    e29a1fd3
obs.h 45.1 KB