From 05ce354d3ee5fa3fb7d3fcd43614f90858a317f9 Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Fri, 20 Oct 2017 16:15:01 +0200 Subject: [PATCH] segment: clarify the segment docs for the duration --- gst/gstsegment.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstsegment.h b/gst/gstsegment.h index aab0a72ce8..1386c9c991 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.