Gst.Pipeline.new

function new(name:String):Gst.Element {
    // Gjs wrapper for gst_pipeline_new()
}

Create a new pipeline with the given name.

name

name of new pipeline

Returns

newly created GstPipeline MT safe.