aboutsummaryrefslogtreecommitdiff
path: root/src/pipewire.c
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-07-15 23:17:00 +0200
committerdec05eba <dec05eba@protonmail.com>2024-07-15 23:17:00 +0200
commit73146d8957d6dc746d9c41cdd4f71c00d1b7000e (patch)
treeb725372bf8ccb3e7c1a4d5dc934ef9c9074034bc /src/pipewire.c
parenta3b773a963adc57dfb0b22ca02ae7b5e30bdb716 (diff)
Include virtual capture target in portal capture
Diffstat (limited to 'src/pipewire.c')
-rw-r--r--src/pipewire.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pipewire.c b/src/pipewire.c
index 73051a4..41139f5 100644
--- a/src/pipewire.c
+++ b/src/pipewire.c
@@ -551,7 +551,7 @@ void gsr_pipewire_deinit(gsr_pipewire *self) {
}
}
-/* TODO: Do this in the thread instead, otherwise this is not guaranteed to always work and may produce glitched output */
+/* TODO: Do this in the thread instead, otherwise this is not guaranteed to always work and may produce glitched output (happens now when resizing the captured window) */
bool gsr_pipewire_map_texture(gsr_pipewire *self, unsigned int texture_id, unsigned int cursor_texture_id, gsr_pipewire_region *region, gsr_pipewire_region *cursor_region) {
pthread_mutex_lock(&self->mutex);