summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurélien Zanelli <aurelien.zanelli@parrot.com>2015-09-10 15:08:35 +0200
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2015-09-23 10:01:41 -0400
commit4559feb69e5aa1ac36006c70eee6c051a075f9d5 (patch)
treea4cddc9a19591a12732b0cc9eabad733f4c49e1e
parentd838d1e45636650312e2874e9eb96dc9875b0b70 (diff)
downloadgstreamer-plugins-base-4559feb69e5aa1ac36006c70eee6c051a075f9d5.tar.gz
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
-rw-r--r--gst-libs/gst/allocators/gstdmabuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/allocators/gstdmabuf.c b/gst-libs/gst/allocators/gstdmabuf.c
index 785a07634..4c9724e8e 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
*