[Bug 727742] hlsdemux: selects incorrect starting position for live streams
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Feb 19 11:46:49 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=727742
Thiago Sousa Santos <thiagossantos at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #273705|none |needs-work
status| |
--- Comment #4 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
Review of attachment 273705:
--> (https://bugzilla.gnome.org/review?bug=727742&attachment=273705)
A minor fix below, also could you update it to merge cleanly against git
master?
Thanks
::: ext/hls/m3u8.c
@@ +676,3 @@
+ self->sequence =
+ GST_M3U8_MEDIA_FILE (g_list_nth_data (m3u8->files,
+ pos >= 0 ? pos : 0))->sequence;
pos is a guint so it will never be negative. You need to make it a gint for
this to work.
--
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