mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
16ce2d4ea4
Unify the ad-hoc markup to be asciidoc style in many places. Add a "html" target to Makefile to generate the output.
14 lines
389 B
Text
14 lines
389 B
Text
Dynamic pipelines
|
|
-----------------
|
|
|
|
This document describes many use cases for dynamically constructing and
|
|
manipulating a running or paused pipeline and the features provided by
|
|
GStreamer.
|
|
|
|
When constructing dynamic pipelines it is important to understand the
|
|
following features of gstreamer:
|
|
|
|
- pad blocking (part-block.txt)
|
|
- playback segments.
|
|
- streaming vs application threads.
|
|
|