Gst.Bin.prototype.iterate_sources

function iterate_sources():Gst.Iterator {
    // Gjs wrapper for gst_bin_iterate_sources()
}

Gets an iterator for all elements in the bin that have the #GST_ELEMENT_FLAG_SOURCE flag set.

MT safe. Caller owns returned value.

Returns

a Gst.Iterator of Gst.Element, or NULL