Skip to content

Commit

Permalink
Add more metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dmorn committed Aug 7, 2023
1 parent aace0f0 commit 790d62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/membrane/hls/sink.ex
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ defmodule Membrane.HLS.Sink do
do: [
notify_parent:
{:segment, :write, {:error, :late_buffers},
%{buffers: late_buffers, uri: segment.uri}}
%{buffers: late_buffers, uri: segment.uri, segment: segment}}
],
else: []
)
Expand Down

0 comments on commit 790d62f

Please sign in to comment.