mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-01 06:01:04 +00:00
gl/docs: add symbols from -unused.txt
This commit is contained in:
parent
0a0a45fefd
commit
0348225001
2 changed files with 6 additions and 8 deletions
|
@ -20,6 +20,12 @@
|
||||||
|
|
||||||
#include <gst/gl/egl/gstegl.h>
|
#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 *
|
const gchar *
|
||||||
gst_egl_get_error_string (EGLint err)
|
gst_egl_get_error_string (EGLint err)
|
||||||
{
|
{
|
||||||
|
|
|
@ -87,14 +87,6 @@ GstGLContextEGL * gst_gl_context_egl_new (GstGLDisplay * disp
|
||||||
guintptr gst_gl_context_egl_get_current_context (void);
|
guintptr gst_gl_context_egl_get_current_context (void);
|
||||||
gpointer gst_gl_context_egl_get_proc_address (GstGLAPI gl_api, const gchar * name);
|
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
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* __GST_GL_EGL_H__ */
|
#endif /* __GST_GL_EGL_H__ */
|
||||||
|
|
Loading…
Reference in a new issue