Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
FelonEkonom committed Mar 1, 2024
1 parent 9765db8 commit 015cbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/membrane/timestamp_queue.ex
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ defmodule Membrane.TimestampQueue do
`pause_demand_boundary`, the suggested actions list contains `t:Action.pause_auto_demand()`
action, otherwise it is equal an empty list.
Buffers pushed to the queue must have non-`nil` `pts`.
Buffers pushed to the queue must have non-`nil` `dts`.
"""
@spec push_buffer(t(), Pad.ref(), Buffer.t()) :: {[Action.pause_auto_demand()], t()}
def push_buffer(_timestamp_queue, pad_ref, %Buffer{dts: nil} = buffer) do
Expand Down

0 comments on commit 015cbf5

Please sign in to comment.