gl/docs: correctly name our objects in the documentation GstGl -> GstGL

This commit is contained in:
Matthew Waters 2017-07-26 19:04:09 +10:00 committed by Tim-Philipp Müller
parent 99f9bb5612
commit 3200e2f00d
8 changed files with 8 additions and 8 deletions

View file

@ -20,7 +20,7 @@
/** /**
* SECTION:gstglapi * SECTION:gstglapi
* @title: GstGlApi * @title: GstGLApi
* @short_description: OpenGL API specific functionality * @short_description: OpenGL API specific functionality
* @see_also: #GstGLDisplay, #GstGLContext * @see_also: #GstGLDisplay, #GstGLContext
* *

View file

@ -28,7 +28,7 @@
/** /**
* SECTION:gstglbasememory * SECTION:gstglbasememory
* @title: GstGlBaseMemory * @title: GstGLBaseMemory
* @short_description: memory subclass for GL buffers * @short_description: memory subclass for GL buffers
* @see_also: #GstMemory, #GstAllocator * @see_also: #GstMemory, #GstAllocator
* *

View file

@ -29,7 +29,7 @@
/** /**
* SECTION:gstglbuffer * SECTION:gstglbuffer
* @title: GstGlBuffer * @title: GstGLBuffer
* @short_description: memory subclass for GL buffers * @short_description: memory subclass for GL buffers
* @see_also: #GstMemory, #GstAllocator * @see_also: #GstMemory, #GstAllocator
* *

View file

@ -28,7 +28,7 @@
/** /**
* SECTION:gstglbufferpool * SECTION:gstglbufferpool
* @title: GstGlBufferPool * @title: GstGLBufferPool
* @short_description: buffer pool for #GstGLBaseMemory objects * @short_description: buffer pool for #GstGLBaseMemory objects
* @see_also: #GstBufferPool, #GstGLBaseMemory, #GstGLMemory * @see_also: #GstBufferPool, #GstGLBaseMemory, #GstGLMemory
* *

View file

@ -31,7 +31,7 @@
/** /**
* SECTION:gstglcolorconvert * SECTION:gstglcolorconvert
* @title: GstGlColorConvert * @title: GstGLColorConvert
* @short_description: convert between video color spaces and formats * @short_description: convert between video color spaces and formats
* @see_also: #GstGLUpload, #GstGLMemory, #GstGLBaseMemory * @see_also: #GstGLUpload, #GstGLMemory, #GstGLBaseMemory
* *

View file

@ -22,7 +22,7 @@
/** /**
* SECTION:gstglfilter * SECTION:gstglfilter
* @title: GstGlFilter * @title: GstGLFilter
* @short_description: GstBaseTransform subclass for dealing with RGBA textures * @short_description: GstBaseTransform subclass for dealing with RGBA textures
* @see_also: #GstBaseTransform, #GstGLContext, #GstGLFramebuffer * @see_also: #GstBaseTransform, #GstGLContext, #GstGLFramebuffer
* *

View file

@ -20,7 +20,7 @@
/** /**
* SECTION:gstglformat * SECTION:gstglformat
* @title: GstGlFormat * @title: GstGLFormat
* @short_description: utilities for dealing with OpenGL formats * @short_description: utilities for dealing with OpenGL formats
* @see_also: #GstGLBaseMemory, #GstGLMemory, #GstGLFramebuffer, #GstGLBuffer * @see_also: #GstGLBaseMemory, #GstGLMemory, #GstGLFramebuffer, #GstGLBuffer
* *

View file

@ -31,7 +31,7 @@
/** /**
* SECTION:gstglmemory * SECTION:gstglmemory
* @title: GstGlMemory * @title: GstGLMemory
* @short_description: memory subclass for GL textures * @short_description: memory subclass for GL textures
* @see_also: #GstMemory, #GstAllocator, #GstGLBufferPool * @see_also: #GstMemory, #GstAllocator, #GstGLBufferPool
* *