gst/gstevent.c: Small doc update.
authorWim Taymans <wim.taymans@gmail.com>
Tue, 15 Nov 2005 18:34:28 +0000 (18:34 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 15 Nov 2005 18:34:28 +0000 (18:34 +0000)
Original commit message from CVS:
* gst/gstevent.c:
Small doc update.

ChangeLog
gst/gstevent.c

index 361cb15..20e3f58 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-15  Wim Taymans  <wim@fluendo.com>
+
+       * gst/gstevent.c:
+       Small doc update.
+
 2005-11-15  Andy Wingo  <wingo@pobox.com>
 
        * gst/gstelement.c (gst_element_set_base_time): Add debugging.
index 64c252a..2088ca5 100644 (file)
@@ -694,6 +694,12 @@ gst_event_parse_qos (GstEvent * event, gdouble * proportion,
  * the position should not be updated. The currently configured playback
  * segment can be queried with #GST_QUERY_SEGMENT.
  *
+ * Note that updating the @cur position will actually move the current
+ * playback pointer to that new position. It is not possible to seek 
+ * relative to the current playing position, to do this, pause the pipeline,
+ * get the current position and perform a GST_SEEK_TYPE_SET to the desired
+ * position.
+ *
  * Returns: A new seek event.
  */
 GstEvent *