[Bug 724875] New: dashdemux: attempts to fetch fragments before they're available.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Feb 21 04:19:33 PST 2014


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

           Summary: dashdemux: attempts to fetch fragments before they're
                    available.
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: floobleflam at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=269903)
 View: https://bugzilla.gnome.org/attachment.cgi?id=269903
 Review: https://bugzilla.gnome.org/review?bug=724875&attachment=269903

Fix incorrect time scaling

In gst_dash_demux_wait_for_fragment_to_be_available, the time difference until
the next fragment is available is converted to milliseconds before being passed
to gst_dash_demux_download_wait. However, the latter expects a GstClockTime,
and so the code will wait for a much shorter time than required and will
therefore try to fetch the next segment before it's available.

Attached patch fixes this.

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