Skip to content

Commit

Permalink
Fix missing handle_pad_removed in SSRCRouter (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickel8 authored May 17, 2022
1 parent bfebacf commit 68216d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/membrane/rtp/ssrc_router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ defmodule Membrane.RTP.SSRCRouter do
{:ok, %State{state | input_pads: new_pads}}
end

@impl true
def handle_pad_removed(pad, ctx, state), do: super(pad, ctx, state)

@impl true
def handle_process(Pad.ref(:input, _id) = pad, buffer, ctx, state) do
%Membrane.Buffer{
Expand Down

0 comments on commit 68216d0

Please sign in to comment.