mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-29 02:03:03 +08:00
2682ccc33c
For the background blur effect, it was found that destroying it and then adding any other NVIDIA effect led to a blank picture. This commit swaps the order of destroying the effect and the associated cudaStream. For other effects the order does not matter; I have no idea why the order matters for blur effect and the SDK gives no indication about any proper order at destruction time. Fixes bug #11383. Signed-off-by: pkv <pkv@obsproject.com>