Searched defs:_GstAV1MetadataTimecode (Results 1 – 1 of 1) sorted by relevance
1034 struct _GstAV1MetadataTimecode { struct1035 guint8 counting_type; /* candidate for sperate Type GstAV1TimecodeCountingType */1036 gboolean full_timestamp_flag;1037 gboolean discontinuity_flag;1038 gboolean cnt_dropped_flag;1039 guint8 n_frames;1040 gboolean seconds_flag;1041 guint8 seconds_value;1042 gboolean minutes_flag;1043 guint8 minutes_value;[all …]