[vlc-commits] gl: event thread is not needed

Rémi Denis-Courmont git at videolan.org
Mon Nov 28 22:59:40 CET 2016


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Nov 28 23:40:50 2016 +0200| [1ec06f9a8092c05cab9b8ee591735b084bbd1ad2] | committer: Rémi Denis-Courmont

gl: event thread is not needed

This video output never sends key events.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1ec06f9a8092c05cab9b8ee591735b084bbd1ad2
---

 modules/video_output/gl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_output/gl.c b/modules/video_output/gl.c
index dad7665..d22cbee 100644
--- a/modules/video_output/gl.c
+++ b/modules/video_output/gl.c
@@ -138,7 +138,7 @@ static int Open (vlc_object_t *obj)
 
     vd->sys = sys;
     vd->info.has_pictures_invalid = false;
-    vd->info.has_event_thread = false;
+    vd->info.has_event_thread = true;
     vd->info.subpicture_chromas = spu_chromas;
     vd->pool = Pool;
     vd->prepare = PictureRender;



More information about the vlc-commits mailing list