signal callback delegate or function to connect
void callback(gst.element.Element element, gst.bin.Bin bin)
element the #GstElement that was added to the bin (optional)
bin 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 ElementAdded signal.
Will be emitted after the element was added to the bin.