Gst.Element.prototype.iterate_sink_pads
function iterate_sink_pads():Gst.Iterator {
// Gjs wrapper for gst_element_iterate_sink_pads()
}Retrieves an iterator of element's sink 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.