summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-09-26 19:24:19 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2011-09-26 19:24:19 +0200
commitdc8b6a555d8b86d9f3bd9ebd2e729e41258ecaf2 (patch)
treedb1a51b46408f5b07ea8736b139b970d46006a5e
parent10e7159cf84ad8630eee80f04d8acfeffe92f065 (diff)
downloadgstreamer-dc8b6a555d8b86d9f3bd9ebd2e729e41258ecaf2.tar.gz
segment: improve API docs a little
-rw-r--r--gst/gstsegment.h2
1 files changed, 2 insertions, 0 deletions
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.