mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-29 02:03:03 +08:00
cc452e5acd
The reset signal was triggered whenever there was an update in the parent source. This destroys the effect and recreates it, which can be resource heavy. We now let the SDK handle the source update on its own rather than manually resetting the effect on obs side. Signed-off-by: pkv <pkv@obsproject.com>