More updates to the API docs.
[platform/upstream/gstreamer.git] / docs / gst / tmpl / gstpipeline.sgml
1 <!-- ##### SECTION Title ##### -->
2 GstPipeline
3
4 <!-- ##### SECTION Short_Description ##### -->
5 Top-level bin with scheduling and pipeline management functionality.
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 In almost all cases, you'll want to use a GstPipeline when creating a
10 filter graph.  The GstPipeline will manage all the scheduling issues,
11 including threading, as well as provide simple interfaces to common
12 functions, like 'Play'.
13 </para>
14 <para>
15 gst_pipeline_new() is used to create a pipeline. when you are done with 
16 the pipeline, use gst_element_unref() to free its resources.
17 </para>
18
19 <!-- ##### SECTION See_Also ##### -->
20 <para>
21 #GstBin
22 </para>
23
24 <!-- ##### STRUCT GstPipeline ##### -->
25 <para>
26
27 </para>
28
29
30 <!-- ##### FUNCTION gst_pipeline_new ##### -->
31 <para>
32
33 </para>
34
35 @name: 
36 @Returns: 
37
38
39 <!-- ##### MACRO gst_pipeline_destroy ##### -->
40 <para>
41 Destroys the pipeline.
42 </para>
43
44 @pipeline: #GstPipeline to destroy
45
46