[ Version ( since = "1.2" ) ]
public static Memory alloc (Allocator allocator, int fd, size_t size)
Return a Memory that wraps a dmabuf file descriptor.
allocator |
allocator to be used for this memory |
fd |
dmabuf file descriptor |
size |
memory size |
a GstMemory based on |