diff options
| author | dec05eba <dec05eba@protonmail.com> | 2026-03-01 19:30:13 +0100 |
|---|---|---|
| committer | dec05eba <dec05eba@protonmail.com> | 2026-03-01 19:30:17 +0100 |
| commit | fd08cdb9b47045e0d5a714dcd58497cb9b36037a (patch) | |
| tree | 1a05539fc7f28832344a6963e5b1716c305d1c4b /include | |
| parent | 6079a0162d0ddf2cee9911659c92033552df7b3a (diff) | |
pipewire video: fail video map texture if state is not streaming
Fixes portal capture failing on some systems
Diffstat (limited to 'include')
| -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 8722d21..38ec3d6 100644 --- a/include/pipewire_video.h +++ b/include/pipewire_video.h @@ -112,6 +112,7 @@ typedef struct { bool paused; double paused_start_secs; + bool streaming; gsr_monitor_rotation rotation; } gsr_pipewire_video; |
