https://bugs.kde.org/show_bug.cgi?id=498881
--- Comment #7 from Zamundaaa <[email protected]> --- Git commit 68c41eed7df7d13e3e7881e807680683c6c40456 by Xaver Hugl. Committed on 30/07/2025 at 12:59. Pushed by zamundaaa into branch 'master'. plugins/screencast: re-render the scene for output screencasts This removes the requirement for the output to provide a single buffer for its contents, allows for color management operations to directly target the stream, and opens up the possibility of hiding items from the scene in the future. M +12 -2 src/core/outputlayer.cpp M +3 -0 src/core/outputlayer.h M +1 -0 src/plugins/screencast/CMakeLists.txt M +51 -41 src/plugins/screencast/outputscreencastsource.cpp M +12 -3 src/plugins/screencast/outputscreencastsource.h M +4 -2 src/plugins/screencast/regionscreencastsource.cpp M +2 -2 src/plugins/screencast/regionscreencastsource.h A +47 -0 src/plugins/screencast/screencastlayer.cpp [License: GPL(v2.0+)] A +30 -0 src/plugins/screencast/screencastlayer.h [License: GPL(v2.0+)] M +2 -2 src/plugins/screencast/screencastsource.h M +3 -3 src/plugins/screencast/screencaststream.cpp M +5 -3 src/plugins/screencast/windowscreencastsource.cpp M +2 -2 src/plugins/screencast/windowscreencastsource.h https://invent.kde.org/plasma/kwin/-/commit/68c41eed7df7d13e3e7881e807680683c6c40456 -- You are receiving this mail because: You are watching all bug changes.
