Pipeline.this

Create a new pipeline with the given name.

  1. this(void* ptr, Flag!"Take" take)
  2. this(string name)
    class Pipeline
    this
    (
    string name = null
    )

Parameters

name string

name of new pipeline

Return Value

newly created GstPipeline

MT safe.