gl/docs: add symbols from -unused.txt
authorMatthew Waters <matthew@centricular.com>
Wed, 11 Jan 2017 05:09:31 +0000 (16:09 +1100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:26 +0000 (19:32 +0000)
gst-libs/gst/gl/egl/gstegl.c
gst-libs/gst/gl/egl/gstglcontext_egl.h

index cd92a32..9f455e5 100644 (file)
 
 #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)
 {
index 32293a5..4e899ff 100644 (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__ */