From e4c7f28bf7c72872e0e3a97095b28cbfdb6ffdd5 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 dc34b1668a..6bdadf78b1 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