Bin.iterateAllByElementFactoryName

gst.iterator.Iterator iterateAllByElementFactoryName(string factoryName)

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.

Parameters

factoryNamethe name of the #GstElementFactory

Returns

a #GstIterator of #GstElement

for all elements in the bin with the given element factory name