Gst.PadTemplate::pad-created
function callback(pad_template, pad:Gst.Pad, ):void;
This signal is fired when an element creates a pad from this template.
- pad_template
instance of Gst.PadTemplate that is emitting the signal
- pad
the pad that was created.