aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2026-04-19 00:42:00 +0200
committerdec05eba <dec05eba@protonmail.com>2026-04-19 00:42:00 +0200
commit5d03193f29d6a84bc33bdf5fb552aee16605d8e1 (patch)
treeddabf1ce3fd5566f1f4cd5d492b38a00a6182d92 /TODO
parent2f4a906b785346d5ff4d2db0a442d91d90276b8a (diff)
Fix compile error with old vulkan header: ifdef check vulkan video encoding
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index bc08d75..23981dd 100644
--- a/TODO
+++ b/TODO
@@ -413,3 +413,6 @@ Allow av1 in the flatpak. Do that by patching ffmpeg to support multiple nvenc c
Increase qp on av1 non-nvidia, decrease qp on h264 nvidia. For vulkan.
Check if the vulkan codec query works on nvidia x11.
+
+Fix webcam capture on nvidia x11. It doesn't work when capturing a webcam at the same time as capturing the monitor (nvfbc) because nvfbc requires glx context active (in older nvfbc version, works with egl in newer version)
+ while v4l2 requires egl. All other capture methods require egl so they cant be used together with nvfbc. \ No newline at end of file