Skip to content

OBS merge 31.0.3 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

OBS merge 31.0.3 #1

wants to merge 16 commits into from

Conversation

avoitenko-logitech
Copy link

Version 5.5.6

PatTheMav and others added 16 commits August 1, 2024 10:26
Error has already been downgraded for Clang and AppleClang, not doing
so for GCC was an oversight.
Error has already been downgraded for Clang, AppleClang, and GCC.
qt/qtbase@3512fb1 deprecated the
stateChanged signal of QCheckBoxes in favor of a new checkStateChanged
signal. The signals are the same, except that now the enum type is
passed explicitly (before the enum was passed as an argument but defined
as an int).
Changes:
- Remove legacy CMake
- Fix various build issues
Changes:
- Fix profile functions not working
All other path operations in the code base already use u8path to ensure
that the strings provided by libobs (which will either be ASCII or
UTF-8 byte sequences) are correctly converted into UTF-16 strings.
Changes:
 - Fix possible crashes if config path has unicode characters
When OBS Studio is started in Studio Mode, if a scene collection was not
successfully found and loaded, the OBS Frontend API would, prior to
obsproject/obs-studio@577e350,
emit OBS_FRONTEND_EVENT_SCENE_CHANGED and
OBS_FRONTEND_EVENT_PREVIEW_SCENE_CHANGED anyway. This would result in
currentScene here being a nullptr, causing a crash.

For completeness, check for nullptr here so that we cannot crash if
obs_frontend_get_current_scene() returns a nullptr.

(cherry picked from commit 05e13b1)
Changes:
 - Fix possible crash if OBS started in Studio Mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants