Iterate the list of pads to which the given pad is linked to inside of the parent element. This is the default handler, and thus returns an iterator of all of the pads inside the parent element with opposite direction.
The caller must free this iterator after use with gst.iterator.Iterator.free.
the parent of pad or null
a #GstIterator of #GstPad, or null if pad has no parent. Unref each returned pad with gst.object.ObjectGst.unref.
Iterate the list of pads to which the given pad is linked to inside of the parent element. This is the default handler, and thus returns an iterator of all of the pads inside the parent element with opposite direction.
The caller must free this iterator after use with gst.iterator.Iterator.free.