GstBaseTransformClass.copyMetadata

Optional. Copy the metadata from the input buffer to the output buffer. The default implementation will copy the flags, timestamps and offsets of the buffer.

struct GstBaseTransformClass
extern (C)
bool function(GstBaseTransform* trans, GstBuffer* input, GstBuffer* outbuf) copyMetadata;