Gst.Bin.new

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

Creates a new bin with the given name.

name

the name of the new bin

Returns

a new Gst.Bin