diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2011-09-26 19:24:19 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2011-09-26 19:24:19 +0200 |
commit | dc8b6a555d8b86d9f3bd9ebd2e729e41258ecaf2 (patch) | |
tree | db1a51b46408f5b07ea8736b139b970d46006a5e | |
parent | 10e7159cf84ad8630eee80f04d8acfeffe92f065 (diff) | |
download | gstreamer-dc8b6a555d8b86d9f3bd9ebd2e729e41258ecaf2.tar.gz |
segment: improve API docs a little
-rw-r--r-- | gst/gstsegment.h | 2 |
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. |