From dc8b6a555d8b86d9f3bd9ebd2e729e41258ecaf2 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 26 Sep 2011 19:24:19 +0200 Subject: [PATCH] segment: improve API docs a little --- gst/gstsegment.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst/gstsegment.h b/gst/gstsegment.h index 67a6d503ac..db5e1ad7ec 100644 --- a/gst/gstsegment.h +++ b/gst/gstsegment.h @@ -126,6 +126,8 @@ typedef enum { * @start: the start of the segment * @stop: the stop of the segment * @time: the stream time of the segment + * @position: the position in the segment + * @duration: the duration of the segment * * A helper structure that holds the configured region of * interest in a media file.