Element.classGetPadTemplateList

Retrieves a list of the pad templates associated with element_class. The list must not be modified by the calling code. Note If you use this function in the GInstanceInitFunc of an object class that has subclasses, make sure to pass the g_class parameter of the GInstanceInitFunc here.

class Element
static
classGetPadTemplateList

Parameters

elementClass GstElementClass*

a GstElementClass to get pad templates of.

Return Value

Type: GList*

the GList of pad templates. [transfer none][element-type Gst.PadTemplate]

Meta