From 94e0279c448fe3997b9833b409f14ec71de8f097 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] fdmemory: remove 'allow-none' annotation in gst_fd_allocator_alloc() doc gst_fd_allocator_alloc() ensure that passed allocator is a fd memory allocator, so that we can't pass NULL allocator. https://bugzilla.gnome.org/show_bug.cgi?id=754833 --- gst-libs/gst/allocators/gstfdmemory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/allocators/gstfdmemory.c b/gst-libs/gst/allocators/gstfdmemory.c index 4f2348d46e..30720862e7 100644 --- a/gst-libs/gst/allocators/gstfdmemory.c +++ b/gst-libs/gst/allocators/gstfdmemory.c @@ -232,7 +232,7 @@ gst_fd_allocator_new (void) /** * gst_fd_allocator_alloc: - * @allocator: (allow-none): allocator to be used for this memory + * @allocator: allocator to be used for this memory * @fd: file descriptor * @size: memory size * @flags: extra #GstFdMemoryFlags