summaryrefslogtreecommitdiff
path: root/docs/design/part-live-source.txt
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-10-08 16:49:15 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-10-08 16:49:15 +0000
commit5b4e6c33c80702e09f46c2497c33d1299a8d3453 (patch)
tree505578d484c461d94bed81caa42487864955a355 /docs/design/part-live-source.txt
parentbed8c238f084086e4a73ce5325647343d376bfc9 (diff)
docs/design/: Many doc updates.
Original commit message from CVS: * docs/design/part-TODO.txt: * docs/design/part-clocks.txt: * docs/design/part-events.txt: * docs/design/part-gstbin.txt: * docs/design/part-gstelement.txt: * docs/design/part-gstpipeline.txt: * docs/design/part-live-source.txt: * docs/design/part-messages.txt: * docs/design/part-overview.txt: * docs/design/part-states.txt: Many doc updates.
Diffstat (limited to 'docs/design/part-live-source.txt')
-rw-r--r--docs/design/part-live-source.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design/part-live-source.txt b/docs/design/part-live-source.txt
index 9283bc7a2f..8696d82fab 100644
--- a/docs/design/part-live-source.txt
+++ b/docs/design/part-live-source.txt
@@ -20,7 +20,7 @@ the get_state() function would block on the sinks.
A gstbin therefore always performs a zero timeout get_state() on its
elements to discover the NO_PREROLL (and ERROR) elements before performing
-a blocking wait on all elements.
+a blocking wait.
Scheduling