mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
glbasememory: type fix for GstGLBaseMemoryAllocatorAllocFunction
This commit is contained in:
parent
738cd580c9
commit
e4c7f28bf7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue