Git init
[framework/multimedia/gstreamer0.10.git] / docs / design / part-dynamic.txt
1 Dynamic pipelines
2 -----------------
3
4 This document describes many use cases for dynamically constructing and
5 manipulating a running or paused pipeline and the features provided by
6 GStreamer.
7
8 When constructing dynamic pipelines it is important to understand the
9 following features of gstreamer:
10
11  - pad blocking (part-block.txt)
12  - playback segments.
13  - streaming vs application threads.
14