GstBufferPoolAcquireParams

Parameters passed to the Buffer.poolAcquireBuffer 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.

struct GstBufferPoolAcquireParams {
void*[4] GstReserved;
}

Members

Variables

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