File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ defmodule Basic.Bin do
34
34
spec = [
35
35
child (:input , %Basic .Elements .Source {location: options.input_filename})
36
36
|> child (:ordering_buffer , Basic .Elements .OrderingBuffer )
37
- |> to (:depayloader , %Basic .Elements .Depayloader {packets_per_frame: 4 })
37
+ |> child (:depayloader , %Basic .Elements .Depayloader {packets_per_frame: 4 })
38
38
|> bin_output (:output )
39
39
]
40
40
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ The very first thing we need to do is to use the `def_input_pads` appropriately.
42
42
.. .
43
43
def_input_pad :input ,
44
44
demand_unit: :buffers ,
45
- flow_control: :pull ,
45
+ flow_control: :manual ,
46
46
availability: :on_request ,
47
47
accepted_format: %Basic .Formats .Frame {encoding: :utf8 }
48
48
.. .
You can’t perform that action at this time.
0 commit comments