gst/gstsegment.c: Small doc fix.
authorEdward Hervey <bilboed@bilboed.com>
Thu, 17 May 2007 11:05:22 +0000 (11:05 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Thu, 17 May 2007 11:05:22 +0000 (11:05 +0000)
Original commit message from CVS:
* gst/gstsegment.c:
Small doc fix.

ChangeLog
gst/gstsegment.c

index b40c19b..2e56000 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-05-17  Edward Hervey  <edward@fluendo.com>
+
+       * gst/gstsegment.c:
+       Small doc fix.
+
 2007-05-16  Tim-Philipp Müller  <tim at centricular dot net>
 
        * gst/gstplugin.c: (gst_plugin_load_file):
index c8842bd..ba23066 100644 (file)
@@ -62,9 +62,9 @@
  *
  * For elements that perform seeks, the current segment should be updated with the
  * gst_segment_set_seek() and the values from the seek event. This method will update
- * all the segment fields. The last_pos field will contain the new playback position.
+ * all the segment fields. The last_stop field will contain the new playback position.
  * If the cur_type was different from GST_SEEK_TYPE_NONE, playback continues from
- * the last_pos position, possibly with updated flags or rate.
+ * the last_stop position, possibly with updated flags or rate.
  *
  * For elements that want to use #GstSegment to track the playback region, use
  * gst_segment_set_newsegment() to update the segment fields with the information from
@@ -80,7 +80,7 @@
  * gst_segment_to_stream_time() can be used to convert a timestamp and the segment
  * info to stream time (which is always between 0 and the duration of the stream).
  *
- * Last reviewed on 2006-05-03 (0.10.6)
+ * Last reviewed on 2007-05-17 (0.10.13)
  */
 
 static GstSegment *