From 0a0a45fefdd3bb42a3615cef4b2cbc93716ce250 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Wed, 11 Jan 2017 16:09:03 +1100 Subject: [PATCH] gl/docs: some type fixes of type names --- gst-libs/gst/gl/gstgl_fwd.h | 3 +-- gst-libs/gst/gl/gstglformat.h | 2 +- gst-libs/gst/gl/gstglmemory.c | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/gst-libs/gst/gl/gstgl_fwd.h b/gst-libs/gst/gl/gstgl_fwd.h index 465e284537..8f42e8de85 100644 --- a/gst-libs/gst/gl/gstgl_fwd.h +++ b/gst-libs/gst/gl/gstgl_fwd.h @@ -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; diff --git a/gst-libs/gst/gl/gstglformat.h b/gst-libs/gst/gl/gstglformat.h index 9bcb302e03..f65de53dfd 100644 --- a/gst-libs/gst/gl/gstglformat.h +++ b/gst-libs/gst/gl/gstglformat.h @@ -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" diff --git a/gst-libs/gst/gl/gstglmemory.c b/gst-libs/gst/gl/gstglmemory.c index 428b46a05d..f19523c91d 100644 --- a/gst-libs/gst/gl/gstglmemory.c +++ b/gst-libs/gst/gl/gstglmemory.c @@ -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