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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jan 9 13:24:57 UTC 2017


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

--- Comment #6 from Jan Schmidt <thaytan at noraisin.net> ---
Review of attachment 343150:
 --> (https://bugzilla.gnome.org/review?bug=776928&attachment=343150)

::: ext/hls/m3u8.c
@@ +546,3 @@
+          } else if (strcmp (a, "BYTERANGE") == 0) {
+            if (int64_from_string (v, &v, &size)) {
+              if (*v == '@' && !int64_from_string (v + 1, &v, &offset)) {

Did you mean to capture into init_size and init_offset variables here?

-- 
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