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:
Aurélien Zanelli 2015-09-10 15:08:35 +02:00 committed by Nicolas Dufresne
parent d838d1e456
commit 4559feb69e

View file

@ -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
*