The different types of seek events. When constructing a seek event with
gst_event_new_seek() or when doing gst_segment_do_seek().
GST_SEEK_TYPE_NONE
no change in position is required
GST_SEEK_TYPE_SET
absolute position is requested
GST_SEEK_TYPE_END
relative position to duration is requested
The different types of seek events. When constructing a seek event with gst_event_new_seek() or when doing gst_segment_do_seek(). GST_SEEK_TYPE_NONE no change in position is required GST_SEEK_TYPE_SET absolute position is requested GST_SEEK_TYPE_END relative position to duration is requested