aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-03-16 01:16:18 +0100
committerdec05eba <dec05eba@protonmail.com>2025-03-16 01:16:18 +0100
commit1e0e24c818c416c0f9d35b8da96ec5379bc61c6a (patch)
treedc06ac409e4e065cc3a901a2428b8439f35a3370
parent22c76fb8c3ea3424c9af23feecf26996b9771a25 (diff)
todo
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 289eb68..bf87255 100644
--- a/TODO
+++ b/TODO
@@ -250,3 +250,5 @@ Support high quality scaling with -s by using lanczos.
Support spanning multiple monitors with region capture. This would also allow the user to record multiple monitors at the same time, the same way screen-direct works on nvidia x11.
When webcam support is added also support v4l2loopback? this is done by using avdevice_register_all(); and -c v4l2 -o /dev/video0; but it needs to output raw data as well instead of h264 and possibly yuv420p. Maybe add a -k yuv420p option to do that.
+
+Do proper exit, to call gsr_capture_destroy which will properly stop gsr-kms-server. Otherwise there can be zombie gsr-kms-server on error. \ No newline at end of file