for all elements in the bin with the given element factory name
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
factoryName | the name of the #GstElementFactory |
Returns
a #GstIterator of #GstElement