gldisplay: Add missing GL API to the doc

This commit is contained in:
Nicolas Dufresne 2017-12-02 15:25:16 -05:00 committed by Tim-Philipp Müller
parent c98f92ee03
commit 4cb1a1ca97

View file

@ -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