GstCollectPadsCompareFunction

A function for comparing two timestamps of buffers or newsegments collected on one pad.

alias GstCollectPadsCompareFunction = int function(GstCollectPads* pads, GstCollectData* data1, GstClockTime timestamp1, GstCollectData* data2, GstClockTime timestamp2, void* userData)

Return Value

Integer less than zero when first timestamp is deemed older than the second one. Zero if the timestamps are deemed equally old. Integer greater than zero when second timestamp is deemed older than the first one.