Eugen
Eugen
### Description Remove the 'destroy' signal callback from sources before calling `obs_shutdown()`. ### Motivation and Context It looks like in the user environment, `OBS_API::destroyOBS_API` rarely does not destroy some sources....
### Description Updated lib-streamlabs-ipc to the latest version. ### Motivation and Context We need the latest version because the `exit(1)` call is removed from the Windows client thread there. ###...
In the current production code, if `obs.NodeObs.OBS_API_initAPI` fails, the child window process does not close. Some processes still stay in memory. This does not allow you to start **Streamlabs Desktop**...
### Description - Implemented the preview effect for cropped scene items. - Added a client/server request to change stripped line colors. - Added preprocessing of colors and conversion them to...
### Description ### Motivation and Context ### How Has This Been Tested? ### Types of changes ### Checklist: - [ ] The code has been tested. - [ ] All...
Should fix this: `Prompting policy for hardened runtime; service: kTCCServiceAppleEvents requires entitlement com.apple.security.automation.apple-events but it is missing for accessing= {identifier=com.streamlabs.slobs, pid=876, auid=501, euid=501, binary_path=/Applications/Streamlabs Desktop.app/Contents/MacOS/Streamlabs Desktop}, requesting={identifier=com.apple.appleeventsd, pid=282, auid=55, euid=55,...
### Description ### Motivation and Context ### How Has This Been Tested? ### Types of changes ### Checklist: - [ ] My code has been run through [clang-format](https://github.com/obsproject/obs-studio/blob/master/.clang-format). - [...
### Description ### Motivation and Context ### How Has This Been Tested? ### Types of changes ### Checklist: - [ ] My code has been run through [clang-format](https://github.com/obsproject/obs-studio/blob/master/.clang-format). - [...
### Description Changes to investigate the macOS CEF fail test ### Motivation and Context There are some issues with some macos tests. The use obs64 path instead of CEF. ###...