After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 534505 - confusion in documentation about relative seek to current position
confusion in documentation about relative seek to current position
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
git master
Other Linux
: Normal normal
: 0.10.20
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-05-23 15:33 UTC by Thijs Vermeir
Modified: 2008-05-25 14:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Thijs Vermeir 2008-05-23 15:33:03 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
Comment 1 Wim Taymans 2008-05-23 16:16:58 UTC
It means relative to any previous start/stop position you configured for playback.
Comment 2 Tim-Philipp Müller 2008-05-25 14:47:23 UTC
2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>

        * gst/gstevent.h:
          Clarify docs for GST_SEEK_TYPE_CUR (#534505).