mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 04:40:07 +01:00
The DRM backend has had a VA-API recorder for a while, which pushes the frames from every redraw into libva for compositor-side recording. Implementing this manually in the compositor, and configuring it, is kind of pain. We now have the PipeWire backend which can do screencasting in a much more flexible way without having to push everything into the compositor itself, and without having to hardcode support for one particular encoder framework. Deprecate this module with the intention of removing it in the Weston 16 cycle, along with screenshare (for similar reasons). Signed-off-by: Daniel Stone <daniels@collabora.com> |
||
|---|---|---|
| .. | ||
| drm-gbm.c | ||
| drm-internal.h | ||
| drm-kms-enums.h | ||
| drm-virtual.c | ||
| drm.c | ||
| fb.c | ||
| kms-color.c | ||
| kms.c | ||
| libbacklight.c | ||
| libbacklight.h | ||
| meson.build | ||
| modes.c | ||
| state-helpers.c | ||
| state-propose.c | ||
| vaapi-recorder.c | ||
| vaapi-recorder.h | ||