screenshooter: Emit warning for output recording

Deprecate the screenshooter recording mode, with the intention of
removing it in libweston 16. Using the PipeWire backend (or similar) is
a far better and more flexible way of capturing output content.

Signed-off-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
Daniel Stone 2025-10-27 14:57:23 +00:00 committed by Marius Vlad
parent 6d18e86b06
commit 65554abd88

View file

@ -508,6 +508,8 @@ weston_recorder_start(struct weston_output *output, const char *filename)
return NULL;
}
weston_log("WARNING: libweston recording is deprecated and will be"
"removed.\n");
weston_log("starting recorder for output %s, file %s\n",
output->name, filename);
return weston_recorder_create(output, filename);