Membrane.Element.WithInputPads.handle_caps
You're seeing just the callback
handle_caps
, go back to Membrane.Element.WithInputPads module for more information.
Specs
handle_caps( pad :: Membrane.Pad.ref_t(), caps :: Membrane.Caps.t(), context :: Membrane.Element.CallbackContext.Caps.t(), state :: Membrane.Element.state_t() ) :: Membrane.Element.Base.callback_return_t()
Callback invoked when Element is receiving information about new caps for given pad.
In filters those caps are forwarded through all output pads by default.