Skip to content

Commit 086f0fb

Browse files
committed
Fix bug
1 parent 7c30ba8 commit 086f0fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/membrane_http_adaptive_stream/hls_source.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ defmodule Membrane.HLS.Source do
151151
|> update_in([pad_ref, :qex], &Qex.push(&1, sample))
152152
|> update_in([pad_ref, :qex_size], &(&1 + 1))
153153
|> update_in([pad_ref, :requested], &(&1 - 1))
154+
|> request_samples()
154155

155156
{[redemand: pad_ref], state}
156157
end

0 commit comments

Comments
 (0)