| Top |
GstPhysMemoryAllocatorGstPhysMemoryAllocator — Interface for allocators that pass around physical memory addresses |
guintptr
gst_phys_memory_get_phys_addr (GstMemory *mem);
Since: 1.14
struct GstPhysMemoryAllocatorInterface {
GTypeInterface parent_iface;
guintptr (*get_phys_addr) (GstPhysMemoryAllocator * allocator, GstMemory * mem);
};
Marker interface for allocators with physical address backed memory
Since: 1.14