After stopping all outputs, obs_video_active should return false.
Current Behavior
obs_video_active always returns true after toggling vcam on and off. Inspecting video->raw_active on the main mix shows it incrementing every time vcam is toggled.
Steps to Reproduce
Toggle vcam
Open settings
Notice the settings are restricted due to an active output
Anything else we should know?
Likely introduced by the multi track video changes.
Operating System Info
Windows 10
Other OS
No response
OBS Studio Version
Git
OBS Studio Version (Other)
ba92140f
OBS Studio Log URL
N/A
OBS Studio Crash Log URL
No response
Expected Behavior
After stopping all outputs,
obs_video_active
should returnfalse
.Current Behavior
obs_video_active
always returns true after toggling vcam on and off. Inspectingvideo->raw_active
on the main mix shows it incrementing every time vcam is toggled.Steps to Reproduce
Anything else we should know?
Likely introduced by the multi track video changes.