mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-05-06 06:50:43 +09:00
minor
This commit is contained in:
@@ -649,7 +649,7 @@ bool gsr_pipewire_map_texture(gsr_pipewire *self, gsr_texture_map texture_map, g
|
|||||||
plane_fds[i] = -1;
|
plane_fds[i] = -1;
|
||||||
}
|
}
|
||||||
*num_plane_fds = 0;
|
*num_plane_fds = 0;
|
||||||
*using_external_image = false;
|
*using_external_image = self->external_texture_fallback;
|
||||||
pthread_mutex_lock(&self->mutex);
|
pthread_mutex_lock(&self->mutex);
|
||||||
|
|
||||||
if(!self->negotiated || self->dmabuf_data[0].fd <= 0) {
|
if(!self->negotiated || self->dmabuf_data[0].fd <= 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user