pipewire video: fail video map texture if state is not streaming

Fixes portal capture failing on some systems
This commit is contained in:
dec05eba
2026-03-01 19:30:13 +01:00
parent 6079a0162d
commit fd08cdb9b4
2 changed files with 3 additions and 1 deletions

View File

@@ -112,6 +112,7 @@ typedef struct {
bool paused;
double paused_start_secs;
bool streaming;
gsr_monitor_rotation rotation;
} gsr_pipewire_video;