check/Makefile.am: Use CHECK_CFLAGS and CHECK_LIBS
[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_object_unref() to free its resources.
17 </para>
18
19 <!-- ##### SECTION See_Also ##### -->
20 <para>
21 #GstBin
22 </para>
23
24 <!-- ##### SECTION Stability_Level ##### -->
25
26
27 <!-- ##### STRUCT GstPipeline ##### -->
28 <para>
29
30 </para>
31
32 @fixed_clock: 
33 @stream_time: 
34 @delay: 
35 @play_timeout: 
36
37 <!-- ##### ARG GstPipeline:delay ##### -->
38 <para>
39
40 </para>
41
42 <!-- ##### ARG GstPipeline:play-timeout ##### -->
43 <para>
44
45 </para>
46
47 <!-- ##### FUNCTION gst_pipeline_new ##### -->
48 <para>
49
50 </para>
51
52 @name: 
53 @Returns: 
54
55