diff options
Diffstat (limited to 'src/pipewire.c')
-rw-r--r-- | src/pipewire.c | 2 |
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); |