mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-02-07 13:02:38 -05:00
The status bar doesn't currently own its references to outputs, which can be a problem if streaming outputs are released soon after stream stop. The Multitrack Video output does exactly that, so the status bar will sometimes try to access an invalid pointer for updating its stats. Keeping a weak reference around and upgrading it to collect stats, similar to how the stats window behaves.
16 KiB
16 KiB