summaryrefslogtreecommitdiff
path: root/docs/design/part-seeking.txt
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-11-03 14:22:44 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-11-03 14:22:44 +0000
commitc4abf79f02105ae31ee2cd9427abd35b9e308b5a (patch)
treed1fb988b6ae664eeeb2b9b5a77fba510bcc2d24b /docs/design/part-seeking.txt
parent22993965c751b6bfa18d3833d359b79d4c599342 (diff)
docs/: Small docs updates.
Original commit message from CVS: * docs/design/part-events.txt: * docs/design/part-gstpipeline.txt: * docs/design/part-messages.txt: * docs/design/part-overview.txt: * docs/design/part-seeking.txt: * docs/design/part-states.txt: * docs/design/part-trickmodes.txt: * docs/manual/advanced-position.xml: Small docs updates. * gst/gstobject.h: People think !! is ugly, this looks better. * gst/gstpad.c: (gst_pad_set_blocked_async): Remove !! since it's fixed elsewhere now.
Diffstat (limited to 'docs/design/part-seeking.txt')
-rw-r--r--docs/design/part-seeking.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/design/part-seeking.txt b/docs/design/part-seeking.txt
index d9affcd0c4..946673dd0e 100644
--- a/docs/design/part-seeking.txt
+++ b/docs/design/part-seeking.txt
@@ -16,16 +16,16 @@ Seeking can be performed in different formats such as time, frames
or samples.
Seeking can be performed to an absolute position or relative to the
-current playback position.
+current configured segment.
For seeking to work reliably, all plugins in the pipeline need to follow
the well-defined rules in this document.
Non segment seeking will make the pipeline emit EOS when the configured
-playback range has been played.
+segment has been played.
Segment seeking will not emit an EOS at the end of the range but will
-post a SEGMENT_STOP message on the bus. This message is posted by the
+post a SEGMENT_DONE message on the bus. This message is posted by the
earliest element in the pipeline, typically a demuxer. After receiving
the message, the application can reconnect the pipeline or issue other
seek events in the pipeline.