[Bug 750847] New: dashdemux: variables containing time information should be guint64 not gint64

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jun 12 06:18:54 PDT 2015


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

            Bug ID: 750847
           Summary: dashdemux: variables containing time information
                    should be guint64 not gint64
    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: ---

variables containing time information (eg start and duration in _GstPeriodNode,
mediaPresentationDuration in mediaPresentationDuration and many others) should
be guint64, not gint64. Comparisons and arithmetic operations are done against
variables of type GstClockTime which is guint64, meaning signed and unsigned
operands are used in an operation.

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