Skip to content

Commit

Permalink
Fix doc for handle_stream_format
Browse files Browse the repository at this point in the history
  • Loading branch information
takumihara committed May 22, 2024
1 parent eae44ae commit ab63410
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 `Membrane.Core.Events.StartOfStream` event.
"""
@callback handle_start_of_stream(
pad :: Pad.ref(),
Expand Down

0 comments on commit ab63410

Please sign in to comment.