Buffer.getReferenceTimestampMeta

Finds the first #GstReferenceTimestampMeta on buffer that conforms to reference. Conformance is tested by checking if the meta's reference is a subset of reference.

Buffers can contain multiple #GstReferenceTimestampMeta metadata items.

class Buffer
getReferenceTimestampMeta

Parameters

reference gst.caps.Caps

a reference #GstCaps

Return Value

Type: gst.reference_timestamp_meta.ReferenceTimestampMeta

the #GstReferenceTimestampMeta or null when there is no such metadata on buffer.