[Bug 750804] dashdemux: incorrectly calculates presentationTimeOffset if the value is larger than 2^32

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jun 11 10:41:32 PDT 2015


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

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit 5beeccdba283970f0c61b31927d75f046a962e0e
Author: Alex Ashley <bugzilla at ashley-family.net>
Date:   Thu Jun 11 17:25:49 2015 +0100

    dashdemux: fix error calculating large presentationTimeOffset values

    If the presentationTimeOffset attribute of a DASH manifest contains
    a value that is larger than 2^32, gstmpdparser incorrectly calculates
    the stream's presentation time offset. This is due to two bugs:

    1: Using gst_mpdparser_get_xml_prop_unsigned_integer rather than
       gst_mpdparser_get_xml_prop_unsigned_integer_64 to parse the
       attribute
    2: gst_mpd_client_setup_representation multiplying the value by
       GST_SECOND and then dividing by timescale

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

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