summaryrefslogtreecommitdiff
path: root/gst/gstsegment.c
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2012-07-11 11:21:18 +0200
committerStefan Sauer <ensonic@users.sf.net>2012-07-11 12:51:30 +0200
commit30c30ed171524c04ff031e7a20cd656895a4aa80 (patch)
tree99a13ca1bfa9a4c5800ef9c04f1b10147649a39a /gst/gstsegment.c
parentf773771b0e2e950dfbfcc494b53e10f26de105e3 (diff)
segment: remove removed api from the docs.
Diffstat (limited to 'gst/gstsegment.c')
-rw-r--r--gst/gstsegment.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/gst/gstsegment.c b/gst/gstsegment.c
index c3cdb26d39..d0f1622308 100644
--- a/gst/gstsegment.c
+++ b/gst/gstsegment.c
@@ -52,11 +52,10 @@
* with a start value of 0 and a stop/duration of -1, which is undefined. The default
* rate and applied_rate is 1.0.
*
- * If the segment is used for managing seeks, the segment duration should be set with
- * gst_segment_set_duration(). The public duration field contains the duration of the
- * segment. When using the segment for seeking, the start and time members should
- * normally be left to their default 0 value. The stop position is left to -1 unless
- * explicitly configured to a different value after a seek event.
+ * The public duration field contains the duration of the segment. When using
+ * the segment for seeking, the start and time members should normally be left
+ * to their default 0 value. The stop position is left to -1 unless explicitly
+ * configured to a different value after a seek event.
*
* The current position in the segment should be set by changing the position
* member in the structure.