Skip to content

[Bug]: OBS log reports obs_frontend_get_global_config is deprecated. #1121

@paulpv

Description

@paulpv

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

return obs_frontend_get_global_config();

Should be a simple fix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions