Element.addOnPadAdded

a new gstreamer.Pad 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 Element.setState or Element.syncStateWithParent.

class Element
gulong
addOnPadAdded
(
void delegate dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)