mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-01-31 01:13:06 +09:00
Plugin update macro
This commit is contained in:
7
TODO
7
TODO
@@ -322,4 +322,9 @@ KDE Plasma Wayland seems to use overlay planes now in non-fullscreen mode(limite
|
||||
If it is, then support it in kms capture.
|
||||
|
||||
Check if pipewire audio link-factory is available before attempting to use app audio or merging audio with pipewire.
|
||||
Also do the same in supports_app_audio check in gpu-screen-recorder --info output.
|
||||
Also do the same in supports_app_audio check in gpu-screen-recorder --info output.
|
||||
|
||||
Move region capture to an option in the color conversion instead of having the region code in kms capture code. This would make it cleaner and make it work with all capture methods.
|
||||
-w region would just be an option for selecting the monitor and -region would work with all capture methods (-w).
|
||||
|
||||
Set top level window argument for portal capture. Same for gpu-screen-recorder-gtk global shortcuts.
|
||||
|
||||
@@ -7,7 +7,9 @@ extern "C" {
|
||||
|
||||
#define GSR_PLUGIN_INTERFACE_MAJOR_VERSION 0
|
||||
#define GSR_PLUGIN_INTERFACE_MINOR_VERSION 1
|
||||
#define GSR_PLUGIN_INTERFACE_VERSION ((GSR_PLUGIN_INTERFACE_MAJOR_VERSION << 16) | GSR_PLUGIN_INTERFACE_MINOR_VERSION)
|
||||
|
||||
#define GSR_PLUGIN_INTERFACE_MAKE_VERSION(major, minor) (((major) << 16) | (minor))
|
||||
#define GSR_PLUGIN_INTERFACE_VERSION GSR_PLUGIN_INTERFACE_MAKE_VERSION(GSR_PLUGIN_INTERFACE_MAJOR_VERSION, GSR_PLUGIN_INTERFACE_MINOR_VERSION)
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user