Gst.Bin.prototype.iterate_sinks
function iterate_sinks():Gst.Iterator { // Gjs wrapper for gst_bin_iterate_sinks() }
Gets an iterator for all elements in the bin that have the #GST_ELEMENT_FLAG_SINK flag set.
MT safe. Caller owns returned value.
- Returns
a Gst.Iterator of Gst.Element, or NULL