summaryrefslogtreecommitdiff
path: root/docs/design/part-seeking.txt
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-09-24 11:22:26 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-09-24 11:22:26 +0000
commit005547dce105dd695f470c123f2962bf7f91527d (patch)
tree46cb4fd6daa6eb1d156d9375417bf616f7a335c1 /docs/design/part-seeking.txt
parent558a8a90f3d88aa73024ebe41c24f0de70c55d43 (diff)
docs/design/: Documentation updates and typo fixes.
Original commit message from CVS: * docs/design/draft-latency.txt: * docs/design/draft-push-pull.txt: * docs/design/draft-tagreading.txt: * docs/design/part-MT-refcounting.txt: * docs/design/part-activation.txt: * docs/design/part-block.txt: * docs/design/part-element-source.txt: * docs/design/part-events.txt: * docs/design/part-gstbin.txt: * docs/design/part-gstelement.txt: * docs/design/part-gstobject.txt: * docs/design/part-gstpipeline.txt: * docs/design/part-messages.txt: * docs/design/part-preroll.txt: * docs/design/part-push-pull.txt: * docs/design/part-qos.txt: * docs/design/part-query.txt: * docs/design/part-scheduling.txt: * docs/design/part-seeking.txt: * docs/design/part-segments.txt: * docs/design/part-states.txt: Documentation updates and typo fixes.
Diffstat (limited to 'docs/design/part-seeking.txt')
-rw-r--r--docs/design/part-seeking.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design/part-seeking.txt b/docs/design/part-seeking.txt
index 9e3ae40785..76c2e9a0bd 100644
--- a/docs/design/part-seeking.txt
+++ b/docs/design/part-seeking.txt
@@ -16,7 +16,7 @@ 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 configured segment.
+currently configured segment.
For seeking to work reliably, all plugins in the pipeline need to follow
the well-defined rules in this document.