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