gst/gstevent.h: Clarify docs for GST_SEEK_TYPE_CUR (#534505).
authorTim-Philipp Müller <tim@centricular.net>
Sun, 25 May 2008 14:44:44 +0000 (14:44 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 25 May 2008 14:44:44 +0000 (14:44 +0000)
Original commit message from CVS:
* gst/gstevent.h:
Clarify docs for GST_SEEK_TYPE_CUR (#534505).

ChangeLog
gst/gstevent.h

index fdc147d..a838eed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
 
+       * gst/gstevent.h:
+         Clarify docs for GST_SEEK_TYPE_CUR (#534505).
+
+2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
+
        * gst/parse/grammar.y:
          Remove unneeded casts.
 
index 00b711a..e0bd965 100644 (file)
@@ -228,7 +228,10 @@ typedef struct _GstEventClass GstEventClass;
 /**
  * GstSeekType:
  * @GST_SEEK_TYPE_NONE: no change in position is required
- * @GST_SEEK_TYPE_CUR: change relative to current position
+ * @GST_SEEK_TYPE_CUR: change relative to currently configured segment. This
+ *    can't be used to seek relative to the current playback position - do a
+ *    position query, calculate the desired position and then do an absolute
+ *    position seek instead if that's what you want to do.
  * @GST_SEEK_TYPE_SET: absolute position is requested
  * @GST_SEEK_TYPE_END: relative position to duration is requested
  *