ABI | Symbols | Types |
| Used As | Name | Used In |
|---|---|---|
| PARAM | flags |
gst_buffer_new_wrapped_full ( enum GstMemoryFlags flags, gpointer data, gsize maxsize, gsize offset, gsize size, gpointer user_data, GDestroyNotify notify ) » |
| PARAM | flags |
gst_memory_new_wrapped ( enum GstMemoryFlags flags, gpointer data, gsize maxsize, gsize offset, gsize size, gpointer user_data, GDestroyNotify notify ) » |
| PARAM | flags |
gst_memory_init ( GstMemory* mem, enum GstMemoryFlags flags, GstAllocator* allocator, GstMemory* parent, gsize maxsize, gsize align, gsize offset, gsize size ) » |
| FIELD | .flags | struct _GstAllocationParams { enum GstMemoryFlags flags, gsize align, gsize prefix, gsize padding, gpointer[4] _gst_reserved } » |