You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/membrane/children_spec.ex
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -514,7 +514,7 @@ defmodule Membrane.ChildrenSpec do
514
514
Membrane won't send smaller demand than `minimal demand`, to reduce demands' overhead. However, the user will always receive
515
515
as many buffers, as demanded, all excess buffers will be queued internally.
516
516
Used only for pads working in `:manual` flow control mode. See `t:Membrane.Pad.flow_control/0`
517
-
for more info. Defaults to `#{Membrane.Core.Element.InputQueue.default_min_demand_factor()}` (the default may change in the future).
517
+
for more info. Defaults to `#{Membrane.Core.Element.ManualFlowController.InputQueue.default_min_demand_factor()}` (the default may change in the future).
518
518
- `auto_demand_size` - Size of automatically generated demands. Used only for pads working in `:auto` flow control mode.
519
519
See `t:Membrane.Pad.flow_control/0` for more info.
520
520
- `throttling_factor` - an integer specifying how frequently should a sender update the number of buffers in the `Toilet`. Defaults to 1,
0 commit comments