Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC


Commits:
11f84371 by Alexandre Janniaux at 2022-01-12T12:06:21+00:00
kms: drop window priority below xcb/xdg-shell

The KMS window module shouldn't be loaded when a display server is
running and available from the environment. A user with X11 or Wayland
available can still enforce the kms window module by cleaning the
environment variable from wayland and X11.

Fix #26471

- - - - -


1 changed file:

- modules/video_output/kms.c


Changes:

=====================================
modules/video_output/kms.c
=====================================
@@ -492,6 +492,6 @@ vlc_module_begin ()
 
     set_description("Linux kernel mode setting window provider")
     set_callback(OpenWindow)
-    set_capability("vout window", 10)
+    set_capability("vout window", 9)
 
 vlc_module_end ()



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/11f84371aa7501b40e24ca84356be1f23127bff9

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/11f84371aa7501b40e24ca84356be1f23127bff9
You're receiving this email because of your account on code.videolan.org.


_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to