-
-
Notifications
You must be signed in to change notification settings - Fork 419
Closed
Copy link
Labels
DependenciesRelate to a dependency (package / version)Relate to a dependency (package / version)enhancementobs
Milestone
Description
Operating System Version
Windows 11
CPU
No response
GPU
No response
NDI Devices
No response
OBS Version
30.2.3
OBS Installation Method
exe
DistroAV Version
6.0.0
DistroAV Installation Method
exe
[Extra] Installation Steps
No response
OBS Log [URL]
https://obsproject.com/logs/GQ5BKds8dx4VSy9e
NDI Version
6.0.1
Describe the bug
The OBS log reports the following when initializing DistroAV:
01:40:13.807: DEPRECATION: obs_frontend_get_global_config is deprecated. Read from global or user configuration explicitly instead.
01:40:13.807: DEPRECATION: obs_frontend_get_global_config is deprecated. Read from global or user configuration explicitly instead.
The code needs to do what that says: stop using obs_frontend_get_global_config and read from global/user config explicitly.
The code calls it here:
https://github.com/search?q=repo%3ADistroAV%2FDistroAV%20obs_frontend_get_global_config&type=code
DistroAV/src/obs-support/obs-app.hpp
Line 34 in 7126fc4
| return obs_frontend_get_global_config(); |
Should be a simple fix.
Metadata
Metadata
Assignees
Labels
DependenciesRelate to a dependency (package / version)Relate to a dependency (package / version)enhancementobs