Kurt Kartaltepe

Results 142 comments of Kurt Kartaltepe

Got my multi gpu device, and I guess im lucky and I'm not seeing the fallback warning so I presume its working at copying textures across devices without falling back...

It seems master might be broken, gpu_encode_available ends up being false as the video mix's using_nv12_tex = false. In this case the regular encode path is taken, however the texture...

With #10567 it should be working again.

~~There is a rare invalid first frame now, i may have introduce it during some rebasing. Will try and figure out whats up.~~ Looks like i stumbled on a different...

Fixed an issue with uninitialized windows specific values causing some incorrect behavior. It should be correct for all platforms pending a parallel PR to work around some mesa driver bugs.

Looks good on my linux machine with a 1070 for hevc and h264

There are warnings for module name correctness ``` plugins/linux-capture/CMakeLists.txt:8 (find_package) (Xcb/xcb) libobs-opengl/CMakeLists.txt:17 (find_package) (Xcb/xcb) libobs/cmake/os-linux.cmake:5 (find_package) (Xcb/xcb) ``` And pipewire was not updated for the new casing in `plugins/linux-pipewire/CMakeLists.txt:19` which...

Just historically, we have explicitly avoided compositor specific capture methods and suggested compositors to agree to a standard implementation. To that end, that certain compositors do not implement window capture...

> That would not solve the case of nested Has this been raised with the xdg portal folks? If its important enough for us id imagine we want to solve...

> Unless we want to use it in plugins of course. I would like to use this in xcomposite to replace our poor implementation of a set. But also agree...