vlc | branch: master | Rémi Denis-Courmont <[email protected]> | 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; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
