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