pad_added


Description:

public virtual signal void pad_added (Pad pad)

a new 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 set_state or sync_state_with_parent.

Parameters:

new_pad

the pad that has been added