lib/membrane/pipeline/callback_context/info.ex
defmodule Membrane.Pipeline.CallbackContext.Info do
@moduledoc """
Structure representing a context that is passed to the callback when
pipeline receives an unrecognized message.
"""
use Membrane.Core.Pipeline.CallbackContext
end