GNOME Bugzilla – Bug 534505
confusion in documentation about relative seek to current position
Last modified: 2008-05-25 14:47:23 UTC
The documentation about gst_event_new_seek[1] says that it is not possible to seek relative to the current playback position. However there is a GstSeekType GST_SEEK_TYPE_CUR that says "change relative to current position". [1] http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstEvent.html#gst-event-new-seek
It means relative to any previous start/stop position you configured for playback.
2008-05-25 Tim-Philipp Müller <tim.muller at collabora co uk> * gst/gstevent.h: Clarify docs for GST_SEEK_TYPE_CUR (#534505).