diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-06-09 22:07:52 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-06-09 22:07:52 +0200 |
commit | 3ba1dbda98fcf221eb92d241b753ccdef9eb2a08 (patch) | |
tree | 12043c848fd0b644c41ffc15834b95f4ac871e28 /include/pipewire_video.h | |
parent | a849d2cdadbc0460cf62ddbd790c982f46143198 (diff) |
Fix screen and portal capture not working on some intel gpus
Diffstat (limited to 'include/pipewire_video.h')
-rw-r--r-- | include/pipewire_video.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pipewire_video.h b/include/pipewire_video.h index 92622b8..b593630 100644 --- a/include/pipewire_video.h +++ b/include/pipewire_video.h @@ -65,6 +65,7 @@ typedef struct { struct spa_video_info format; int server_version_sync; bool negotiated; + bool renegotiated; bool damaged; struct { |