mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 03:30:19 +01:00
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:
parent
6d18e86b06
commit
65554abd88
1 changed files with 2 additions and 0 deletions
|
|
@ -508,6 +508,8 @@ weston_recorder_start(struct weston_output *output, const char *filename)
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
weston_log("WARNING: libweston recording is deprecated and will be"
|
||||||
|
"removed.\n");
|
||||||
weston_log("starting recorder for output %s, file %s\n",
|
weston_log("starting recorder for output %s, file %s\n",
|
||||||
output->name, filename);
|
output->name, filename);
|
||||||
return weston_recorder_create(output, filename);
|
return weston_recorder_create(output, filename);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue