summaryrefslogtreecommitdiff
path: root/docs/design/draft-push-pull.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/draft-push-pull.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/draft-push-pull.txt')
-rw-r--r--docs/design/draft-push-pull.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/design/draft-push-pull.txt b/docs/design/draft-push-pull.txt
index 884f2e22ac..cb33bc7966 100644
--- a/docs/design/draft-push-pull.txt
+++ b/docs/design/draft-push-pull.txt
@@ -58,7 +58,7 @@ Current scheduling decision:
Problems:
- - core makes a touch desicion without knowing anything about the
+ - core makes a tough desicion without knowing anything about the
element. Some elements are able to deal with a pull_range()
without offset while others need full random access.
@@ -69,7 +69,7 @@ Requirements:
how it can use the peer element pull_range. This includes if the
peer can operate with or without offset/size. This also means that
the core does not need to select the scheduling method anymore and
- allows for more afficient scheduling methods adjusted for the
+ allows for more efficient scheduling methods adjusted for the
particular element.