signal callback delegate or function to connect
void callback(gst.pad.Pad newPad, gst.element.Element element)
newPad the pad that has been added (optional)
element 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 PadAdded signal.
a new #GstPad has been added to the element. Note that this signal will usually be emitted from the context of the streaming thread. Also keep in mind that if you add new elements to the pipeline in the signal handler you will need to set them to the desired target state with gst.element.Element.setState or gst.element.Element.syncStateWithParent.