Skip to content

Commit

Permalink
gldisplay: Add missing GL API to the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ndufresne committed Dec 2, 2017
1 parent 9f65c31 commit 69934d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gst-libs/gst/gl/gstgldisplay.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69934d0

Please sign in to comment.