diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-08-15 11:13:49 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-08-15 11:13:49 +0200 |
commit | 85d59ea2c8c8e64e55247b967d1469ad92e63e6b (patch) | |
tree | 8fde08736464fe0b97ef29e22a419eca417ec9ad /include/pipewire.h | |
parent | 7ebaf95645a195bfd7cae206e1cd350cddb94bde (diff) |
HACK: portal: copy external image to internal image before render. Dont stop screencast when paused as that stops recording when window is resized
Diffstat (limited to 'include/pipewire.h')
-rw-r--r-- | include/pipewire.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/pipewire.h b/include/pipewire.h index d4abe42..8e20616 100644 --- a/include/pipewire.h +++ b/include/pipewire.h @@ -88,8 +88,6 @@ typedef struct { gsr_pipewire_dmabuf_data dmabuf_data[GSR_PIPEWIRE_DMABUF_MAX_PLANES]; size_t dmabuf_num_planes; - bool started; - bool stopped; bool no_modifiers_fallback; bool external_texture_fallback; @@ -107,6 +105,5 @@ void gsr_pipewire_deinit(gsr_pipewire *self); /* |plane_fds| should be at least GSR_PIPEWIRE_DMABUF_MAX_PLANES in size */ bool gsr_pipewire_map_texture(gsr_pipewire *self, gsr_texture_map texture_map, gsr_pipewire_region *region, gsr_pipewire_region *cursor_region, int *plane_fds, int *num_plane_fds, bool *using_external_image); -bool gsr_pipewire_recording_stopped(gsr_pipewire *self); #endif /* GSR_PIPEWIRE_H */ |