signal callback delegate or function to connect
void callback(gst.pad.Pad pad, gst.pad_template.PadTemplate padTemplate)
pad the pad that was created. (optional)
padTemplate the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to PadCreated signal.
This signal is fired when an element creates a pad from this template.