Skip to content

Commit

Permalink
Fix doc for handle_start_of_stream (#809)
Browse files Browse the repository at this point in the history
* Fix doc for `handle_start_of_stream`

* Update lib/membrane/element/with_input_pads.ex

---------

Co-authored-by: Feliks Pobiedziński <38541925+FelonEkonom@users.noreply.github.com>
  • Loading branch information
takumihara and FelonEkonom committed May 31, 2024
1 parent ca34336 commit 3f9e0eb
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.Event.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 3f9e0eb

Please sign in to comment.