Module: Gst::AllocatorFlags
- Defined in:
- (unknown)
Constant Summary collapse
- CUSTOM_ALLOC =
The allocator has a custom alloc function.
Only elements designed to work with this allocator should be using it,
other elements should ignore it from allocation propositions.
This implies %GST_ALLOCATOR_FLAG_NO_COPY. 16 or :custom_alloc
- NO_COPY =
When copying a Gst::Memory allocated with this allocator, the copy will
instead be allocated using the default allocator. Use this when allocating a
new memory is an heavy opperation that should only be done with a
Gst::BufferPool for example. 32 or :no_copy
- LAST =
first flag that can be used for custom purposes
1048576 or :last