[ Version ( since = "1.16" ) ]
public static Memory alloc_with_flags (Allocator allocator, int fd, size_t size, FdMemoryFlags flags)
Return a gstmemory that wraps a dmabuf file descriptor.
| allocator |
allocator to be used for this memory |
| fd |
dmabuf file descriptor |
| size |
memory size |
| flags |
extra FdMemoryFlags |
|
a GstMemory based on When the buffer will be released the allocator will close the |