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