mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-29 00:21:53 -05:00
When running an Output Timer multiple times, multiple signal-slot connections would be made with the corresponding output stop event functions. This would cause later Output Timers to terminate unexpectedly early, due to the stop functions having been called repeatedly on previous Output Timer runs while outputs were stopping. There may still be an underlying bug with calling stop on outputs repeatedly, but this change at least ensures that Output Timers only call their stop functions once.
9.2 KiB
9.2 KiB