Gst.Caps.new_empty

function new_empty():Gst.Caps {
    // Gjs wrapper for gst_caps_new_empty()
}

Creates a new Gst.Caps that is empty. That is, the returned Gst.Caps contains no media formats. The Gst.Caps is guaranteed to be writable. Caller is responsible for unreffing the returned caps.

Returns

the new Gst.Caps