GstBaseSrcClass.prepareSeekSegment

Prepare the #GstSegment that will be passed to the #GstBaseSrcClass::do_seek vmethod for executing a seek request. Sub-classes should override this if they support seeking in formats other than the configured native format. By default, it tries to convert the seek arguments to the configured native format and prepare a segment in that format.

struct GstBaseSrcClass
extern (C)
bool function(GstBaseSrc* src, GstEvent* seek, GstSegment* segment) prepareSeekSegment;