mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
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
This commit is contained in:
parent
4559feb69e
commit
94e0279c44
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue