GstSegment: Fix doc description string last_stop->position

This commit is contained in:
Jan Schmidt 2012-08-28 15:44:48 -07:00
parent dc86e65265
commit 1f1e4fc30c

View 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.
*