mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
dmabuf: remove 'allow-none' annotation in gst_dmabuf_allocator_alloc() doc
gst_dmabuf_allocator_alloc() ensure that passed allocator is a DMABuf allocator, so that we can't pass NULL allocator. https://bugzilla.gnome.org/show_bug.cgi?id=754833
This commit is contained in:
parent
d838d1e456
commit
4559feb69e
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ gst_dmabuf_allocator_new (void)
|
|||
|
||||
/**
|
||||
* gst_dmabuf_allocator_alloc:
|
||||
* @allocator: (allow-none): allocator to be used for this memory
|
||||
* @allocator: allocator to be used for this memory
|
||||
* @fd: dmabuf file descriptor
|
||||
* @size: memory size
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue