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
@ -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…
x
Reference in New Issue
Block a user