We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca72c24 commit 3c1106cCopy full SHA for 3c1106c
1 file changed
lib/membrane/core/bin/pad_controller.ex
@@ -90,6 +90,7 @@ defmodule Membrane.Core.Bin.PadController do
90
Message.send(state.parent_pid, :child_pad_removed, [state.name, pad_ref])
91
PadModel.delete_data!(state, pad_ref)
92
else
93
+ # This is to handle the case when a bin pad is removed and then the bin removes its child linked to this pad
94
state
95
end
96
0 commit comments