GstBufferCopyFlags

A set of flags that can be provided to the gst_buffer_copy_metadata() function to specify which metadata fields should be copied. GST_BUFFER_COPY_FLAGS flag indicating that buffer flags should be copied GST_BUFFER_COPY_TIMESTAMPS flag indicating that buffer timestamp, duration, offset and offset_end should be copied GST_BUFFER_COPY_CAPS flag indicating that buffer caps should be copied Since 0.10.13

Values

ValueMeaning
FLAGS(1 << 0)
TIMESTAMPS(1 << 1)
CAPS(1 << 2)

Meta