Bin.iterateAllByElementFactoryName

Looks for all elements inside the bin with the given element factory name. The function recurses inside child bins. The iterator will yield a series of #GstElement.

class Bin
iterateAllByElementFactoryName
()

Parameters

factoryName string

the name of the #GstElementFactory

Return Value

Type: gst.iterator.Iterator

a #GstIterator of #GstElement for all elements in the bin with the given element factory name