mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
498ae2c79f
Original commit message from CVS: 2005-03-29 Andy Wingo <wingo@pobox.com> * po/, docs/gst/: Commit automatic changes to docs and po files. * gst/elements/Makefile.am (libgstelements_la_LDFLAGS): Link to the versioned libgstbase. * check/Makefile.am: Depend on an unversioned gst-register, seems to make autoconf happier. * gst/base/Makefile.am: Make libgstbase a versioned lib.
53 lines
1,003 B
Text
53 lines
1,003 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>
|
|
|
|
@fixed_clock:
|
|
@stream_time:
|
|
@delay:
|
|
@play_timeout:
|
|
@eosed:
|
|
|
|
<!-- ##### ARG GstPipeline:delay ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ARG GstPipeline:play-timeout ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### FUNCTION gst_pipeline_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@Returns:
|
|
|
|
|