GstMetaTransformCopy

Extra data passed to a "gst-copy" transform #GstMetaTransformFunction.

struct GstMetaTransformCopy {}

Members

Variables

offset
size_t offset;

the offset to copy, 0 if @region is %FALSE, otherwise > 0

region
bool region;

%TRUE if only region is copied

size
size_t size;

the size to copy, -1 or the buffer size when @region is %FALSE

Meta