aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-02-09 06:51:22 +0100
committerdec05eba <dec05eba@protonmail.com>2025-02-09 06:51:22 +0100
commita3b9b89a7fd6dbde224d158d38a63b7210092e72 (patch)
treebc758432dc83cb7f27287ead6bc55a35124c8aaa /TODO
parent86df5a580e83c5731c78b5d4f1ce5ce0077835d1 (diff)
Attempt to fix incorrect hdr colors on kde plasma 6.2
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index f41bfa8..565993d 100644
--- a/TODO
+++ b/TODO
@@ -194,8 +194,7 @@ Add option to record audio from the recorded window only.
Add option to automatically select best video codec available. Add -k best, -k best_10bit and -k best_hdr.
-HDR is broken on kde plasma > 6.2 because of change to how HDR metadata works. See https://github.com/dec05eba/gpu-screen-recorder-issues/issues/60.
- Use wayland color management protocol when it's available: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/14.
+Use wayland color management protocol when it's available: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/14.
Use different exit codes for different errors. Use one for invalid -w option, another one for invalid -a option for audio devices, etc. This is to make UI error reporting better.
Document these exit codes in an exit code .md file, or finally create a manpage where this can be documented.