Pipeline.this

Create a new pipeline with the given name.

  1. this(GstPipeline* gstPipeline, bool ownedRef)
  2. this(string name)
    class Pipeline
    this
    (
    string name
    )

Parameters

name string

name of new pipeline

Return Value

newly created GstPipeline

MT safe.

Throws

ConstructionException GTK+ fails to create the object.