The different types of seek events. When constructing a seek event with
gst_event_new_seek(), a format, a seek method and optional flags are to
be provided. The seek event is then inserted into the graph with
gst_pad_send_event() or gst_element_send_event().
GST_SEEK_TYPE_NONE
no change in position is required
GST_SEEK_TYPE_CUR
change relative to current position
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(), a format, a seek method and optional flags are to be provided. The seek event is then inserted into the graph with gst_pad_send_event() or gst_element_send_event(). GST_SEEK_TYPE_NONE no change in position is required GST_SEEK_TYPE_CUR change relative to current position GST_SEEK_TYPE_SET absolute position is requested GST_SEEK_TYPE_END relative position to duration is requested