Meta.compareSeqnum

Meta sequence number compare function. Can be used as #GCompareFunc or a #GCompareDataFunc.

class Meta
int
compareSeqnum

Parameters

meta2 gst.meta.Meta

a #GstMeta

Return Value

Type: int

a negative number if meta1 comes before meta2, 0 if both metas have an equal sequence number, or a positive integer if meta1 comes after meta2.