Gst.Bin::element-removed
function callback(bin, element:Gst.Element, ):void;
Will be emitted after the element was removed from the bin.
- bin
instance of Gst.Bin that is emitting the signal
- element
the Gst.Element that was removed from the bin
function callback(bin, element:Gst.Element, ):void;
Will be emitted after the element was removed from the bin.
instance of Gst.Bin that is emitting the signal
the Gst.Element that was removed from the bin