Iterator.this

This #GstIterator is a convenient iterator for the common case where a #GstIterator needs to be returned but only a single object has to be considered. This happens often for the #GstPadIterIntLinkFunction.

Parameters

type GType

#GType of the passed object

object Value

object that this iterator should return

Return Value

the new #GstIterator for @object.

Throws

ConstructionException GTK+ fails to create the object.

Meta