File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,9 +107,11 @@ defmodule Membrane.Bin.Action do
107107 | [ Membrane.Child . group ( ) ] }
108108
109109 @ typedoc """
110- Action that removes link, which relates to specified child and pad.
110+ Action that removes link identified by a child and its pad.
111111
112112 Removed link has to have dynamic pads on both ends.
113+ No matter whether input or output pad is passed,
114+ the whole link is always removed.
113115 """
114116 @ type remove_link :: { :remove_link , { Child . name ( ) , Pad . ref ( ) } }
115117
Original file line number Diff line number Diff line change @@ -96,9 +96,11 @@ defmodule Membrane.Pipeline.Action do
9696 { :remove_children , Child . name ( ) | [ Child . name ( ) ] }
9797
9898 @ typedoc """
99- Action that removes link, which relates to specified child and pad.
99+ Action that removes link identified by a child and its pad.
100100
101101 Removed link has to have dynamic pads on both ends.
102+ No matter whether input or output pad is passed,
103+ the whole link is always removed.
102104 """
103105 @ type remove_link :: { :remove_link , { Child . name ( ) , Pad . ref ( ) } }
104106
You can’t perform that action at this time.
0 commit comments