From 4cb1a1ca97a7dff75d340206d2798478d81ee6c0 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Sat, 2 Dec 2017 15:25:16 -0500 Subject: [PATCH] gldisplay: Add missing GL API to the doc --- gst-libs/gst/gl/gstgldisplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/gstgldisplay.c b/gst-libs/gst/gl/gstgldisplay.c index 9fc42e4092..e74b7d94a7 100644 --- a/gst-libs/gst/gl/gstgldisplay.c +++ b/gst-libs/gst/gl/gstgldisplay.c @@ -38,7 +38,7 @@ * - GST_GL_PLATFORM influences the OpenGL platform to use. Common values are * 'egl', 'glx', 'wgl' or 'cgl'. * - GST_GL_API influences the OpenGL API requested by the OpenGL platform. - * Common values are 'opengl' and 'gles2'. + * Common values are 'opengl', 'opengl3' and 'gles2'. * * > Certain window systems require a special function to be called to * > initialize threading support. As this GStreamer GL library does not preclude