Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libobs: Fix potential filter rendering race condition
The filters array should not be accessed without locking the filter mutex. This locks the filter mutex, grabs a reference to the first filter, unlocks the mutex, renders the filter, and then releases the reference. Closes obsproject#1215
- Loading branch information