Retrieves an iterator of element's pads. The iterator should be freed after usage. Also more specialized iterators exists such as gst.element.Element.iterateSrcPads or gst.element.Element.iterateSinkPads.
The order of pads returned by the iterator will be the order in which the pads were added to the element.
the #GstIterator of #GstPad.
MT safe.
Retrieves an iterator of element's pads. The iterator should be freed after usage. Also more specialized iterators exists such as gst.element.Element.iterateSrcPads or gst.element.Element.iterateSinkPads.
The order of pads returned by the iterator will be the order in which the pads were added to the element.