File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/membrane_http_adaptive_stream/manifest Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -654,7 +654,7 @@ defmodule Membrane.HTTPAdaptiveStream.Manifest.Track do
654654 new_window_duration = window_duration - segment . duration
655655
656656 new_header =
657- case segment . attributes |> Enum . find ( & match? ( { :discontinuity , { _ , _ } } , & 1 ) ) do
657+ case segment . attributes |> Enum . find ( & match? ( { :discontinuity , { _arg1 , _arg2 } } , & 1 ) ) do
658658 { :discontinuity , { new_header , seq_number } } ->
659659 { new_header , seq_number }
660660
@@ -664,7 +664,7 @@ defmodule Membrane.HTTPAdaptiveStream.Manifest.Track do
664664
665665 headers_acc =
666666 if new_header != header do
667- { header_name , _ } = header
667+ { header_name , _arg } = header
668668 [ header_name | headers_acc ]
669669 else
670670 headers_acc
You can’t perform that action at this time.
0 commit comments