parent class
Convenience function to add pad templates to this element class, with
allowed_caps
as the caps that can be handled.
This function is usually used from within a GObject class_init function.
what formats the filter can handle, as #GstCaps
In addition to the
setup
virtual function, you should also override the GstBaseTransform::transform and/or GstBaseTransform::transform_ip virtual function.