segment: remove removed api from the docs.
authorStefan Sauer <ensonic@users.sf.net>
Wed, 11 Jul 2012 09:21:18 +0000 (11:21 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Wed, 11 Jul 2012 10:51:30 +0000 (12:51 +0200)
gst/gstsegment.c

index c3cdb26..d0f1622 100644 (file)
  * 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.