mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
gl/docs: some type fixes of type names
This commit is contained in:
parent
8120848478
commit
f032334eac
4 changed files with 8 additions and 9 deletions
|
@ -1061,7 +1061,7 @@ gst_gl_display_get_gl_api_unlocked
|
|||
|
||||
<SECTION>
|
||||
<FILE>gstgldisplaycocoa</FILE>
|
||||
<TITLE>GstGLDIsplayCocoa</TITLE>
|
||||
<TITLE>GstGLDisplayCocoa</TITLE>
|
||||
gst_gl_display_cocoa_new
|
||||
<SUBSECTION Standard>
|
||||
gst_gl_display_cocoa_get_type
|
||||
|
@ -1072,7 +1072,7 @@ GST_GL_DISPLAY_COCOA_CLASS
|
|||
|
||||
<SECTION>
|
||||
<FILE>gstgldisplayegl</FILE>
|
||||
<TITLE>GstGLDIsplayEGL</TITLE>
|
||||
<TITLE>GstGLDisplayEGL</TITLE>
|
||||
gst_gl_display_egl_new
|
||||
gst_gl_display_egl_new_with_egl_display
|
||||
gst_gl_display_egl_from_gl_display
|
||||
|
@ -1721,7 +1721,7 @@ gst_gl_window_dispmanx_egl_create_window
|
|||
|
||||
<SECTION>
|
||||
<FILE>gstglwindoweagl</FILE>
|
||||
<TITLE>GstGLWindowEAGL</TITLE>
|
||||
<TITLE>GstGLWindowEagl</TITLE>
|
||||
<SUBSECTION Standard>
|
||||
GST_IS_GL_WINDOW_EAGL
|
||||
GST_IS_GL_WINDOW_EAGL_CLASS
|
||||
|
@ -1731,8 +1731,8 @@ GST_GL_WINDOW_EAGL_CLASS
|
|||
GST_GL_WINDOW_EAGL_GET_CLASS
|
||||
gst_gl_window_eagl_get_type
|
||||
<SUBSECTION Private>
|
||||
GstGLWindowEAGL
|
||||
GstGLWindowEAGLClass
|
||||
GstGLWindowEagl
|
||||
GstGLWindowEaglClass
|
||||
gst_gl_window_eagl_new
|
||||
</SECTION>
|
||||
|
||||
|
|
|
@ -64,8 +64,7 @@ typedef struct _GstGLRenderbufferAllocator GstGLRenderbufferAllocator;
|
|||
typedef struct _GstGLRenderbufferAllocatorClass GstGLRenderbufferAllocatorClass;
|
||||
|
||||
typedef struct _GstGLFramebuffer GstGLFramebuffer;
|
||||
typedef struct _GstGLFramebufferAllocator GstGLFramebufferAllocator;
|
||||
typedef struct _GstGLFramebufferAllocatorClass GstGLFramebufferAllocatorClass;
|
||||
typedef struct _GstGLFramebufferClass GstGLFramebufferClass;
|
||||
|
||||
typedef struct _GstGLSLStage GstGLSLStage;
|
||||
typedef struct _GstGLSLStagePrivate GstGLSLStagePrivate;
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
/**
|
||||
* GST_BUFFER_POOL_OPTION_GL_TEXTURE_TARGET_EXTERNAL_OES:
|
||||
*
|
||||
* String used for %GST_GL_TEXTURE_TARGET_ESTERNAL_OES as a #GstBufferPool pool option
|
||||
* String used for %GST_GL_TEXTURE_TARGET_EXTERNAL_OES as a #GstBufferPool pool option
|
||||
*/
|
||||
#define GST_BUFFER_POOL_OPTION_GL_TEXTURE_TARGET_EXTERNAL_OES "GstBufferPoolOptionGLTextureTargetExternalOES"
|
||||
|
||||
|
|
|
@ -1262,7 +1262,7 @@ gst_gl_video_allocation_params_new_wrapped_gl_handle (GstGLContext * context,
|
|||
* @plane: the video plane @tex_id represents
|
||||
* @valign: (allow-none): any #GstVideoAlignment applied to symem mappings of @tex_id
|
||||
* @target: the #GstGLTextureTarget for @tex_id
|
||||
* @tex_type: the #GstGLTextureType for @tex_id
|
||||
* @tex_type: the #GstVideoGLTextureType for @tex_id
|
||||
* @tex_id: the GL texture to wrap
|
||||
* @user_data: (allow-none): user data to call @notify with
|
||||
* @notify: (allow-none): a #GDestroyNotify
|
||||
|
|
Loading…
Reference in a new issue