From: Stefan Sauer Date: Fri, 20 Oct 2017 14:15:01 +0000 (+0200) Subject: segment: clarify the segment docs for the duration X-Git-Tag: 1.16.2~634 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05ce354d3ee5fa3fb7d3fcd43614f90858a317f9;p=platform%2Fupstream%2Fgstreamer.git segment: clarify the segment docs for the duration --- diff --git a/gst/gstsegment.h b/gst/gstsegment.h index aab0a72..1386c9c 100644 --- a/gst/gstsegment.h +++ b/gst/gstsegment.h @@ -183,7 +183,7 @@ typedef enum { /*< flags >*/ * @time: the stream time of the segment start * @position: the buffer timestamp position in the segment (used internally by * elements such as sources, demuxers or parsers to track progress) - * @duration: the duration of the segment + * @duration: the duration of the stream * * A helper structure that holds the configured region of * interest in a media file.