Gst.Caps.prototype.normalize

function normalize():Gst.Caps {
    // Gjs wrapper for gst_caps_normalize()
}

Returns a Gst.Caps that represents the same set of formats as caps, but contains no lists. Each list is expanded into separate @GstStructures.

This function takes ownership of caps.

Returns

the normalized Gst.Caps