GstBaseSrcClass.getTimes

Given a buffer, return the start and stop time when it should be pushed out. The base class will sync on the clock using these times.

struct GstBaseSrcClass
extern (C)
void function(GstBaseSrc* src, GstBuffer* buffer, GstClockTime* start, GstClockTime* end) getTimes;