gstallocators.shm_allocator

Undocumented in source.

Members

Classes

ShmAllocator
class ShmAllocator

This is a subclass of #GstFdAllocator that implements the gst.allocator.Allocator.alloc method using memfd_create() when available, POSIX shm_open() otherwise. Platforms not supporting any of those (Windows) will always return null.