summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2017-01-10 20:06:07 +1100
committerMatthew Waters <matthew@centricular.com>2017-01-10 20:06:39 +1100
commit91ed9fe362ac34ad7d7722fa78cb35e2f9fc6084 (patch)
tree49352c70af9bda24f8daa55b4f9fa85878977068
parentb76f14f00407020633d341bae4e3b7761ea58200 (diff)
downloadgstreamer-plugins-bad-91ed9fe362ac34ad7d7722fa78cb35e2f9fc6084.tar.gz
glbasememory: type fix for GstGLBaseMemoryAllocatorAllocFunction
-rw-r--r--gst-libs/gst/gl/gstglbasememory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/gl/gstglbasememory.h b/gst-libs/gst/gl/gstglbasememory.h
index dc34b1668..6bdadf78b 100644
--- a/gst-libs/gst/gl/gstglbasememory.h
+++ b/gst-libs/gst/gl/gstglbasememory.h
@@ -316,7 +316,7 @@ struct _GstGLBaseMemoryAllocator
/**
* GstGLBaseMemoryAllocatorClass:
* @parent_class: the parent class
- * @alloc: a #GstGLBaseMemoryAllocatorAllocFunctions
+ * @alloc: a #GstGLBaseMemoryAllocatorAllocFunction
* @create: a #GstGLBaseMemoryAllocatorCreateFunction
* @map: a #GstGLBaseMemoryAllocatorMapFunction
* @unmap: a #GstGLBaseMemoryAllocatorUnmapFunction