Membrane.Element.WithInputPads.handle_end_of_stream
You're seeing just the callback
handle_end_of_stream
, go back to Membrane.Element.WithInputPads module for more information.
Specs
handle_end_of_stream( pad :: Membrane.Pad.ref_t(), context :: Membrane.Element.CallbackContext.StreamManagement.t(), state :: Membrane.Element.state_t() ) :: Membrane.Element.Base.callback_return_t()
Callback invoked when the previous element has finished processing via the pad, and it cannot be used anymore.