mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
5715002322
Original commit message from CVS: * docs/gst/tmpl/gstpipeline.sgml : * docs/manual/elements-api.xml : doc fix by Patrick Guimond (Protector) from devel ML reviewed by ronald
38 lines
812 B
Text
38 lines
812 B
Text
<!-- ##### SECTION Title ##### -->
|
|
GstPipeline
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Top-level bin with scheduling and pipeline management functionality.
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
In almost all cases, you'll want to use a GstPipeline when creating a
|
|
filter graph. The GstPipeline will manage all the scheduling issues,
|
|
including threading, as well as provide simple interfaces to common
|
|
functions, like 'Play'.
|
|
</para>
|
|
<para>
|
|
gst_pipeline_new() is used to create a pipeline. when you are done with
|
|
the pipeline, use gst_object_unref() to free its resources.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
#GstBin
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GstPipeline ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
<!-- ##### FUNCTION gst_pipeline_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@Returns:
|
|
|
|
|