GstBufferPoolAcquireParams

Parameters passed to the gst.buffer_pool.BufferPool.acquireBuffer 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;
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