Gst.Pad.prototype.get_pad_template

function get_pad_template():Gst.PadTemplate {
    // Gjs wrapper for gst_pad_get_pad_template()
}

Gets the template for pad.

Returns

the Gst.PadTemplate from which this pad was instantiated, or null if this pad has no template. Unref after usage.