From 91ed9fe362ac34ad7d7722fa78cb35e2f9fc6084 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Tue, 10 Jan 2017 20:06:07 +1100 Subject: [PATCH] glbasememory: type fix for GstGLBaseMemoryAllocatorAllocFunction --- gst-libs/gst/gl/gstglbasememory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/gstglbasememory.h b/gst-libs/gst/gl/gstglbasememory.h index dc34b16..6bdadf7 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 -- 2.7.4