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
3434 spec = [
3535 child (:input , %Basic .Elements .Source {location: options.input_filename})
3636 |> 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 })
3838 |> bin_output (:output )
3939 ]
4040
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.
4242.. .
4343def_input_pad :input ,
4444 demand_unit: :buffers ,
45- flow_control: :pull ,
45+ flow_control: :manual ,
4646 availability: :on_request ,
4747 accepted_format: %Basic .Formats .Frame {encoding: :utf8 }
4848.. .
You can’t perform that action at this time.
0 commit comments