gl/docs: correctly name our objects in the documentation GstGl -> GstGL
authorMatthew Waters <matthew@centricular.com>
Wed, 26 Jul 2017 09:04:09 +0000 (19:04 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:29 +0000 (19:32 +0000)
gst-libs/gst/gl/gstglapi.c
gst-libs/gst/gl/gstglbasememory.c
gst-libs/gst/gl/gstglbuffer.c
gst-libs/gst/gl/gstglbufferpool.c
gst-libs/gst/gl/gstglcolorconvert.c
gst-libs/gst/gl/gstglfilter.c
gst-libs/gst/gl/gstglformat.c
gst-libs/gst/gl/gstglmemory.c

index 8b2fea5..bfa1c9a 100644 (file)
@@ -20,7 +20,7 @@
 
 /**
  * SECTION:gstglapi
- * @title: GstGlApi
+ * @title: GstGLApi
  * @short_description: OpenGL API specific functionality
  * @see_also: #GstGLDisplay, #GstGLContext
  *
index 69b1b88..9e89f45 100644 (file)
@@ -28,7 +28,7 @@
 
 /**
  * SECTION:gstglbasememory
- * @title: GstGlBaseMemory
+ * @title: GstGLBaseMemory
  * @short_description: memory subclass for GL buffers
  * @see_also: #GstMemory, #GstAllocator
  *
index 5b184d1..140f83c 100644 (file)
@@ -29,7 +29,7 @@
 
 /**
  * SECTION:gstglbuffer
- * @title: GstGlBuffer
+ * @title: GstGLBuffer
  * @short_description: memory subclass for GL buffers
  * @see_also: #GstMemory, #GstAllocator
  *
index 53d3b66..fc9522b 100644 (file)
@@ -28,7 +28,7 @@
 
 /**
  * SECTION:gstglbufferpool
- * @title: GstGlBufferPool
+ * @title: GstGLBufferPool
  * @short_description: buffer pool for #GstGLBaseMemory objects
  * @see_also: #GstBufferPool, #GstGLBaseMemory, #GstGLMemory
  *
index 3a1ef18..6644759 100644 (file)
@@ -31,7 +31,7 @@
 
 /**
  * SECTION:gstglcolorconvert
- * @title: GstGlColorConvert
+ * @title: GstGLColorConvert
  * @short_description: convert between video color spaces and formats
  * @see_also: #GstGLUpload, #GstGLMemory, #GstGLBaseMemory
  *
index 544d79d..dd46aba 100644 (file)
@@ -22,7 +22,7 @@
 
 /**
  * SECTION:gstglfilter
- * @title: GstGlFilter
+ * @title: GstGLFilter
  * @short_description: GstBaseTransform subclass for dealing with RGBA textures
  * @see_also: #GstBaseTransform, #GstGLContext, #GstGLFramebuffer
  *
index 1aeb09d..fd1d6b8 100644 (file)
@@ -20,7 +20,7 @@
 
 /**
  * SECTION:gstglformat
- * @title: GstGlFormat
+ * @title: GstGLFormat
  * @short_description: utilities for dealing with OpenGL formats
  * @see_also: #GstGLBaseMemory, #GstGLMemory, #GstGLFramebuffer, #GstGLBuffer
  *
index 5b4c91f..8123672 100644 (file)
@@ -31,7 +31,7 @@
 
 /**
  * SECTION:gstglmemory
- * @title: GstGlMemory
+ * @title: GstGLMemory
  * @short_description: memory subclass for GL textures
  * @see_also: #GstMemory, #GstAllocator, #GstGLBufferPool
  *