GstSegment: Fix doc description string last_stop->position
authorJan Schmidt <thaytan@noraisin.net>
Tue, 28 Aug 2012 22:44:48 +0000 (15:44 -0700)
committerJan Schmidt <thaytan@noraisin.net>
Fri, 31 Aug 2012 13:25:37 +0000 (06:25 -0700)
gst/gstsegment.c

index 0badbca29725c3404ea18ff1a17edb58f7b4c9cd..86c9cbedc7ccd5465770ccd601f9e4864b936310 100644 (file)
@@ -158,7 +158,7 @@ gst_segment_free (GstSegment * segment)
  * @segment: a #GstSegment structure.
  * @format: the format of the segment.
  *
- * The start/last_stop positions are set to 0 and the stop/duration
+ * The start/position fields are set to 0 and the stop/duration
  * fields are set to -1 (unknown). The default rate of 1.0 and no
  * flags are set.
  *