2002-01-15 00:41:22 +00:00
|
|
|
<!-- ##### 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
|
2004-05-02 18:57:59 +00:00
|
|
|
the pipeline, use gst_object_unref() to free its resources.
|
2002-01-15 00:41:22 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
|
|
<para>
|
|
|
|
#GstBin
|
|
|
|
</para>
|
|
|
|
|
2005-07-12 17:04:41 +00:00
|
|
|
<!-- ##### SECTION Stability_Level ##### -->
|
|
|
|
|
|
|
|
|
2004-04-08 14:45:13 +00:00
|
|
|
<!-- ##### STRUCT GstPipeline ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
2005-03-29 10:55:39 +00:00
|
|
|
@fixed_clock:
|
|
|
|
@stream_time:
|
|
|
|
@delay:
|
|
|
|
@play_timeout:
|
|
|
|
|
|
|
|
<!-- ##### ARG GstPipeline:delay ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### ARG GstPipeline:play-timeout ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
2004-04-08 14:45:13 +00:00
|
|
|
|
2002-01-15 00:41:22 +00:00
|
|
|
<!-- ##### FUNCTION gst_pipeline_new ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@name:
|
|
|
|
@Returns:
|
|
|
|
|
|
|
|
|