From 4559feb69e5aa1ac36006c70eee6c051a075f9d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Zanelli?= Date: Thu, 10 Sep 2015 15:08:35 +0200 Subject: [PATCH] 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 --- gst-libs/gst/allocators/gstdmabuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/allocators/gstdmabuf.c b/gst-libs/gst/allocators/gstdmabuf.c index 785a07634a..4c9724e8ec 100644 --- a/gst-libs/gst/allocators/gstdmabuf.c +++ b/gst-libs/gst/allocators/gstdmabuf.c @@ -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 *