[Bug 776928] hlsdemux: Set fragment header uri if exists

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Feb 1 05:54:38 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=776928

--- Comment #19 from Seungha Yang <sh.yang at lge.com> ---
(In reply to Sebastian Dröge (slomo) from comment #15)
> Review of attachment 343398 [details] [review]:
> 
> ::: ext/hls/gsthlsdemux.c
> @@ +1049,3 @@
> +    if (header_file->size != -1) {
> +      stream->fragment.header_range_end =
> +          header_file->offset + header_file->size - 1;
> 
> I assume you checked that the -1 here is absolutely correct?

hls spec 4.3.2.5. EXT-X-MAP is saying that BYTERANGE attribute of EXT-X-MAP tag
is optional. So it can be "-1"

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list