mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
a76f5340e3
Original commit message from CVS: Fixed the MPEG2 to MPEG1 recoder, we need cannot create dangling elements with the current scheduler. Remove the subtitle parser because it's not possible with the current scheduler. Added a padtemplate for MPEG2 subtitles.
16 lines
593 B
Text
16 lines
593 B
Text
<chapter id="cha-dynamic">
|
|
<title>Dynamic pipelines</title>
|
|
<para>
|
|
this chapter we will see how you can create a dynamic pipleine. A dynamic
|
|
pipeline is a pipeline that is updated or created while media is flowing
|
|
through it. We will create a partial pipeline first and add more elements
|
|
while the pipeline is playing. Dynamic pipelines cause all sorts of
|
|
scheduling issues and will remain a topic of research for a long time in
|
|
GStreamer.
|
|
</para>
|
|
<para>
|
|
We will show how to create an mpeg1 video player using the dynamic pipeline
|
|
|
|
</para>
|
|
|
|
</chapter>
|