Element.classAddPadTemplate

Adds a padtemplate to an element class. This is mainly used in the _base_init functions of classes.

class Element
static
void
classAddPadTemplate

Parameters

klass GstElementClass*

the GstElementClass to add the pad template to.

templ PadTemplate

a GstPadTemplate to add to the element class.

Meta