diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2017-12-02 15:25:16 -0500 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2017-12-02 15:25:16 -0500 |
commit | 69934d075677d18e47c2b08e9ee9b452f4f8f506 (patch) | |
tree | e3344b71c3c63e8f31c27ef1cfbd2872dca90877 /gst-libs | |
parent | 9f65c316e4898781757bebfbed9b46fbb6a7f7bb (diff) |
gldisplay: Add missing GL API to the doc
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/gst/gl/gstgldisplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/gl/gstgldisplay.c b/gst-libs/gst/gl/gstgldisplay.c index 9fc42e409..e74b7d94a 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 |