[Bug 733369] dashdemux fails to detect end of period

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jan 16 12:26:25 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=733369
  GStreamer | gst-plugins-bad | git

Thiago Sousa Santos <thiagossantos> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.5.1

--- Comment #8 from Thiago Sousa Santos <thiagossantos at gmail.com> 2015-01-16 20:26:19 UTC ---
Thanks for the patch, merged.

ommit 6dca8f5ccee70f4fc5df7871efe4d16952731be0
Author: David Waring <david.waring at rd.bbc.co.uk>
Date:   Tue Jan 13 14:22:02 2015 +0000

    dashdemux: Fix detection for the end of segment.

    The segment start time is calculated as the offset into the current
segment.
    The old condition to detect the end of period (i.e. segment start time >
    period start + period duration) failed when the period start was not 0
since
    the segment start time does not take the period start time into account.
    Fix this detection by only comparing the segment start to the period
duration.

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

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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