Skip to content

Commit

Permalink
Update type name
Browse files Browse the repository at this point in the history
  • Loading branch information
Noarkhh committed Dec 2, 2024
1 parent f49ba4e commit e67e06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/membrane/rtp/demuxer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ defmodule Membrane.RTP.Demuxer do

@type t :: %__MODULE__{
stream_states: %{
RTP.ssrc_t() => %{
RTP.ssrc() => %{
buffered_actions: [Action.buffer() | Action.end_of_stream()],
phase: :waiting_for_link | :linked
}
Expand Down

0 comments on commit e67e06d

Please sign in to comment.