docs/design/part-block.txt: Mention the fact that the newly switched element should be set to at least PAUSED.

Original commit message from CVS:
* docs/design/part-block.txt:
Mention the fact that the newly switched element should be set to at
least PAUSED.
This commit is contained in:
Wim Taymans 2007-03-20 14:17:47 +00:00
parent 5a8fd3e688
commit f7a3f36f76
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2007-03-20 Wim Taymans <wim@fluendo.com>
* docs/design/part-block.txt:
Mention the fact that the newly switched element should be set to at
least PAUSED.
2007-03-20 Wim Taymans <wim@fluendo.com>
* gst/gst.c:

View file

@ -138,7 +138,9 @@ Use cases:
6) link element4 and element3
7) link element1 and element4 (FIXME, how about letting element4 know
about the currently running segment?, see issues.)
8) unblock element1 src
8) make sure element4 is in the same state as the rest of the elements. The
element should at least be PAUSED.
9) unblock element1 src
The same flow can be used to replace an element in a PAUSED pipeline. Only
special care has to be taken when performing step 2) which has to be done