[vlc-commits] vout: allow EGL for OpenGL-based visualizations

Rémi Denis-Courmont git at videolan.org
Thu Jan 15 08:03:41 CET 2015


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jan 15 09:02:10 2015 +0200| [e0f2b349560c0e94193667218c7696258cb49b1c] | committer: Rémi Denis-Courmont

vout: allow EGL for OpenGL-based visualizations

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

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

diff --git a/src/video_output/opengl.c b/src/video_output/opengl.c
index 2972ed9..ac16c3f 100644
--- a/src/video_output/opengl.c
+++ b/src/video_output/opengl.c
@@ -130,7 +130,7 @@ vlc_gl_t *vlc_gl_surface_Create(vlc_object_t *obj,
         *wp = surface;
 
     /* TODO: support ES? */
-    vlc_gl_t *gl = vlc_gl_Create(surface, VLC_OPENGL, "glx");
+    vlc_gl_t *gl = vlc_gl_Create(surface, VLC_OPENGL, NULL);
     if (gl == NULL) {
         vout_window_Delete(surface);
         return NULL;



More information about the vlc-commits mailing list