gl/docs: add symbols from -unused.txt

This commit is contained in:
Matthew Waters 2017-01-11 16:09:31 +11:00 committed by Tim-Philipp Müller
parent 0a0a45fefd
commit 0348225001
2 changed files with 6 additions and 8 deletions

View file

@ -20,6 +20,12 @@
#include <gst/gl/egl/gstegl.h>
/**
* gst_egl_get_error_string:
* @err: an EGL error code
*
* Returns: the short string representation of @err
*/
const gchar *
gst_egl_get_error_string (EGLint err)
{

View file

@ -87,14 +87,6 @@ GstGLContextEGL * gst_gl_context_egl_new (GstGLDisplay * disp
guintptr gst_gl_context_egl_get_current_context (void);
gpointer gst_gl_context_egl_get_proc_address (GstGLAPI gl_api, const gchar * name);
const gchar * gst_gl_context_egl_get_error_string (EGLint err);
/* TODO:
* add support for EGL_NO_CONTEXT
* add gst_gl_context_egl_new_gl_no_context that only manages the display
* add gst_gl_context_egl_is_gl_no_context () */
G_END_DECLS
#endif /* __GST_GL_EGL_H__ */