Membrane.Element.Base.handle_pad_removed
You're seeing just the callback
handle_pad_removed
, go back to Membrane.Element.Base module for more information.
Specs
handle_pad_removed( pad :: Membrane.Pad.ref_t(), context :: Membrane.Element.CallbackContext.PadRemoved.t(), state :: Membrane.Element.state_t() ) :: callback_return_t()
Callback that is called when some pad of the element has beed removed. Executed ONLY for dynamic pads.