[Bug 751841] New: dashdemux: segment timestamp not correctly computed for SegmentTimeline

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jul 2 07:17:17 PDT 2015


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

            Bug ID: 751841
           Summary: dashdemux: segment timestamp not correctly computed
                    for SegmentTimeline
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: florin.apostol at oregan.net
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

When the start of the segment is specified using SegmentTimeline element, the
start must be relative to the period's start:

@t attribute in SegmentTimeline:' "specifies the MPD start time, in @timescale
units, the first Segment in the series starts relative to the beginning of the
Period."

But the gst_mpd_client_setup_representation function will consider @t value as
being the start of the segment. We must add PeriodStart to it.

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