From 1f1e4fc30c913df1296086084ec9384f6108cac6 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Tue, 28 Aug 2012 15:44:48 -0700 Subject: [PATCH] GstSegment: Fix doc description string last_stop->position --- gst/gstsegment.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstsegment.c b/gst/gstsegment.c index 0badbca297..86c9cbedc7 100644 --- a/gst/gstsegment.c +++ b/gst/gstsegment.c @@ -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. * -- 2.34.1