Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libobs: Fix possible crash with filters
This crash happened when a filter was mistakenly used as a regular source due to an unrelated bug in filter code and scene loading code. The filter and the source it belongs to both had the same names, and the source loading code found the filter and mistakenly used it as the source instead of the actual source with the same name.
- Loading branch information