lib/membrane/element/callback_context/other.ex

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