mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 20:46:22 +00:00
gl/docs: some type fixes of type names
This commit is contained in:
parent
cbc7efdcb6
commit
0a0a45fefd
3 changed files with 3 additions and 4 deletions
|
@ -64,8 +64,7 @@ typedef struct _GstGLRenderbufferAllocator GstGLRenderbufferAllocator;
|
||||||
typedef struct _GstGLRenderbufferAllocatorClass GstGLRenderbufferAllocatorClass;
|
typedef struct _GstGLRenderbufferAllocatorClass GstGLRenderbufferAllocatorClass;
|
||||||
|
|
||||||
typedef struct _GstGLFramebuffer GstGLFramebuffer;
|
typedef struct _GstGLFramebuffer GstGLFramebuffer;
|
||||||
typedef struct _GstGLFramebufferAllocator GstGLFramebufferAllocator;
|
typedef struct _GstGLFramebufferClass GstGLFramebufferClass;
|
||||||
typedef struct _GstGLFramebufferAllocatorClass GstGLFramebufferAllocatorClass;
|
|
||||||
|
|
||||||
typedef struct _GstGLSLStage GstGLSLStage;
|
typedef struct _GstGLSLStage GstGLSLStage;
|
||||||
typedef struct _GstGLSLStagePrivate GstGLSLStagePrivate;
|
typedef struct _GstGLSLStagePrivate GstGLSLStagePrivate;
|
||||||
|
|
|
@ -64,7 +64,7 @@
|
||||||
/**
|
/**
|
||||||
* GST_BUFFER_POOL_OPTION_GL_TEXTURE_TARGET_EXTERNAL_OES:
|
* 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"
|
#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
|
* @plane: the video plane @tex_id represents
|
||||||
* @valign: (allow-none): any #GstVideoAlignment applied to symem mappings of @tex_id
|
* @valign: (allow-none): any #GstVideoAlignment applied to symem mappings of @tex_id
|
||||||
* @target: the #GstGLTextureTarget for @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
|
* @tex_id: the GL texture to wrap
|
||||||
* @user_data: (allow-none): user data to call @notify with
|
* @user_data: (allow-none): user data to call @notify with
|
||||||
* @notify: (allow-none): a #GDestroyNotify
|
* @notify: (allow-none): a #GDestroyNotify
|
||||||
|
|
Loading…
Reference in a new issue