2e241a3f93f96edd0e65cbbeaed44a8ea7028fa1
[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
15 <!-- ##### SECTION See_Also ##### -->
16 <para>
17
18 </para>
19
20 <!-- ##### STRUCT GstPipeline ##### -->
21 <para>
22
23 </para>
24
25
26 <!-- ##### FUNCTION gst_pipeline_new ##### -->
27 <para>
28
29 </para>
30
31 @name: 
32 @Returns: 
33
34
35 <!-- ##### MACRO gst_pipeline_destroy ##### -->
36 <para>
37 Destroys the pipeline.
38 </para>
39
40 @pipeline: #GstPipeline to destroy
41
42