lib/membrane/pipeline/callback_context/other.ex

defmodule Membrane.Pipeline.CallbackContext.Other do
  @moduledoc """
  Structure representing a context that is passed to the callback when
  pipeline receives an unrecognized message.
  """
  use Membrane.Core.Pipeline.CallbackContext
end