Gst.PadTemplate.prototype.get_caps

function get_caps():Gst.Caps {
    // Gjs wrapper for gst_pad_template_get_caps()
}

Gets the capabilities of the pad template.

Returns

the Gst.Caps of the pad template. Unref after usage.