mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
gl/docs: correctly name our objects in the documentation GstGl -> GstGL
This commit is contained in:
parent
99f9bb5612
commit
3200e2f00d
8 changed files with 8 additions and 8 deletions
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue