mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +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:
|
* 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
|
* @fd: dmabuf file descriptor
|
||||||
* @size: memory size
|
* @size: memory size
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue