1 <!-- ##### SECTION Title ##### -->
4 <!-- ##### SECTION Short_Description ##### -->
5 Top-level bin with scheduling and pipeline management functionality.
7 <!-- ##### SECTION Long_Description ##### -->
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'.
15 <!-- ##### SECTION See_Also ##### -->
20 <!-- ##### STRUCT GstPipeline ##### -->
26 <!-- ##### FUNCTION gst_pipeline_new ##### -->
35 <!-- ##### MACRO gst_pipeline_destroy ##### -->
37 Destroys the pipeline.
40 @pipeline: #GstPipeline to destroy