tytan652

Results 341 comments of tytan652

I may have misunderstood the issue, sorry. But it's still related to the system theme that is considered "light" by default.

Enable the virtual camera and the replay buffer and the "issue" still there.

Made the fix in code rather than in UI file. Edit: If the settings window is bigger than the main window in height, it will be reduce to the main...

Note: Running OBS with `OBS_USE_EGL=1` allows PipeWire capture being loaded under X11.

Patch to replace each master branch call ```diff diff --git a/CMakeLists.txt b/CMakeLists.txt index 5fa8620..ee2f230 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,11 +16,11 @@ project(nvlax CXX) include(ExternalProject) include(cmake/FetchCPM.cmake) -CPMAddPackage("gh:zyantific/zydis#master") +CPMAddPackage("gh:zyantific/zydis#55dd08c210722aed81b38132f5fd4a04ec1943b5") CPMAddPackage(...

Replacing this ```cmake CPMAddPackage( NAME LIEF_SRC GIT_TAG master GITHUB_REPOSITORY lief-project/LIEF DOWNLOAD_ONLY YES ) ``` by ```cmake CPMAddPackage( NAME LIEF_SRC GIT_TAG b65e7cca03ec4cd91f1d7125e717d01635ea81ba GITHUB_REPOSITORY lief-project/LIEF DOWNLOAD_ONLY YES ) ``` does make things...

Rebase and updated how deprecation warning in libobs-opengl on macOS are managed since #7376.

Modified the PR to no longer required #6960.

Rebase, will fail with clang because of: https://github.com/obsproject/obs-studio/blob/fcb6df1f636daa9552a8f61ffc78bbf1bc26881d/plugins/obs-ffmpeg/obs-ffmpeg-srt.h#L90 edit: The fix got merged

> ``` > libobs,libobs-opengl,obs-ffmpeg-mux: Keep some deprecation as warning… > …s on Clang and GCC > ``` > needs a shorter commit title ( Also, do you think it would...