Gst.Element.prototype.iterate_src_pads

function iterate_src_pads():Gst.Iterator {
    // Gjs wrapper for gst_element_iterate_src_pads()
}

Retrieves an iterator of element's source pads.

The order of pads returned by the iterator will be the order in which the pads were added to the element.

Returns

the Gst.Iterator of Gst.Pad. MT safe.