GstVideoTimeCodeMeta

Extra buffer metadata describing the GstVideoTimeCode of the frame.

Each frame is assumed to have its own timecode, i.e. they are not automatically incremented/interpolated.

struct GstVideoTimeCodeMeta {}

Members

Variables

meta
GstMeta meta;

parent #GstMeta

tc
GstVideoTimeCode tc;

the GstVideoTimeCode to attach