[Bug 777682] hls: m3u8: Set sequence position for live

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jan 26 12:16:24 UTC 2017


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

--- Comment #10 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 344195:
 --> (https://bugzilla.gnome.org/review?bug=777682&attachment=344195)

::: ext/hls/m3u8.c
@@ +760,3 @@

+      sequence_pos =
+          self->last_file_end - GST_M3U8_MEDIA_FILE (file->data)->duration;

Why would that never be negative?

@@ +771,2 @@
         file = file->prev;
+        sequence_pos -= GST_M3U8_MEDIA_FILE (file->data)->duration;

And this?

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