diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-09-24 11:22:26 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-09-24 11:22:26 +0000 |
commit | 005547dce105dd695f470c123f2962bf7f91527d (patch) | |
tree | 46cb4fd6daa6eb1d156d9375417bf616f7a335c1 /docs/design/part-activation.txt | |
parent | 558a8a90f3d88aa73024ebe41c24f0de70c55d43 (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-activation.txt')
-rw-r--r-- | docs/design/part-activation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design/part-activation.txt b/docs/design/part-activation.txt index 425505536..6a56ff03b 100644 --- a/docs/design/part-activation.txt +++ b/docs/design/part-activation.txt @@ -7,7 +7,7 @@ their pads are activated so as to prepare for data flow. Some pads will start tasks to drive the data flow. An element activates its pads from sourcepads to sinkpads. This to make -sure that when the sinkpads are activated an ready to accept data, the +sure that when the sinkpads are activated and ready to accept data, the sourcepads are already active to pass the data downstream. Pads can be activated in one of two modes, PUSH and PULL. PUSH pads are |