You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix Mac tests / update build agent to pass along compiled artifacts (#1595)
* fix Mac tests / update build agent
* (test_osn_input) add missing hotkeys for MAC_SCREEN_CAPTURE
* (nodeobs_settings.cpp) fix "&& within ||" Xcode warning
(test_nodeobs_settings) do not set ApplyServiceSettings to true on mac
* If this property is enabled on Mac, then the encoder settings will be overwritten
and cause the test to fail- because you're not allowed to change certain fields.
rename macos_avcapture to fix test
* avcapture plugins were renamed so they can be looked up directly in JS code need to update the tests- streamlabs/obs-studio@b53043d
(Video.cpp - CreateVideo) add bounds check on input from JS
(test_osn_input) ignore ndi_source (exists on client but not on agent)
(deleteConfigFiles) check if folder exists first before trying to remove files
* fix issue where it would stop deleting config files on the mac-Crashpad folder.
now all config files are deleted properly and the ini files will be properly
reset before next test
(main.yml) update CI steps to pass along build artifacts
(controller.cpp) print out error if unable to spawn obs64 (helpful on CI build agent)
// Note: OSN overrides ColorFormat, Colorspace, & Range with values from basic.ini. Not possible to change those atm from JS. See osn::Video::SetVideoContext
// Note: OSN overrides ColorFormat, Colorspace, & Range with values from basic.ini. Not possible to change those atm from JS. See osn::Video::SetVideoContext
0 commit comments