mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-03-21 14:30:35 +01:00
This was the original video recorder completely in software and with a custom file format. It is no longer useful to keep. It used the old way of getting screenshots: hooking to weston_output::frame_signal and calling weston_renderer::read_pixels(). This old way stalled Weston until the GPU work was complete, and supported only wl_shm buffers. Nowadays video recording should be arranged with the pipewire-backend which supports dmabuf delivery. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com> |
||
|---|---|---|
| .. | ||
| config-helpers.c | ||
| executable.c | ||
| main.c | ||
| meson.build | ||
| systemd-notify.c | ||
| text-backend.c | ||
| weston-private.h | ||
| weston-screenshooter.c | ||
| weston.desktop | ||
| weston.h | ||
| xwayland.c | ||