Skip to content

Commit

Permalink
Update lib/membrane/element/with_input_pads.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
FelonEkonom committed May 31, 2024
1 parent 9e5377f commit d51271f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/membrane/element/with_input_pads.ex
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ defmodule Membrane.Element.WithInputPads do
| Membrane.Element.Action.forward()
], Element.state()}
@doc """
Callback invoked when element receives `Membrane.Core.Events.StartOfStream` event.
Callback invoked when element receives the first buffer from the specific pad, before `c:#{__MODULE__}.handle_buffer/4`.
"""
@callback handle_start_of_stream(
pad :: Pad.ref(),
Expand Down

0 comments on commit d51271f

Please sign in to comment.