GstBufferPoolAcquireParams

Parameters passed to the gst_buffer_pool_acquire_buffer() function to control the allocation of the buffer.

The default implementation ignores the @start and @stop members but other implementations can use this extra information to decide what buffer to return.

Members

Variables

GstReserved
void*[4] GstReserved;
Undocumented in source.
flags
GstBufferPoolAcquireFlags flags;

additional flags

format
GstFormat format;

the format of @start and @stop

start
long start;

the start position

stop
long stop;

the stop position

Meta