Create a new #GstAllocationParams on the heap. This function is for use in GStreamer language bindings. In your own code, you can just declare a #GstAllocationParams on the stack or in a struct, and call gst_allocation_params_init() to initialize it.
You do not need to call gst_allocation_params_init() on the instance returned by this function.
the desired alignment of the memory
flags to control allocation
the desired padding
the desired prefix
Create a copy of params
.
Free params
Initialize params
to its default values
Create a new #GstAllocationParams on the heap. This function is for use in GStreamer language bindings. In your own code, you can just declare a #GstAllocationParams on the stack or in a struct, and call gst_allocation_params_init() to initialize it.
You do not need to call gst_allocation_params_init() on the instance returned by this function.
Parameters to control the allocation of memory