[Bug 754668] New: mpdparser: fix incorrect start value scaling

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Sep 7 04:13:29 PDT 2015


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

            Bug ID: 754668
           Summary: mpdparser: fix incorrect start value scaling
    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: vincent.penquerch at collabora.co.uk
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 310798
  --> https://bugzilla.gnome.org/attachment.cgi?id=310798&action=edit
mpdparser: fix incorrect start value scaling

This GstStreamPeriod start value is expressed in nanoseconds,
    and the glib time addition function expects microseconds.
    There seems to have been a confusion with GstPeriodNode's start
    field, which is expressed in milliseconds.

    Additionally, add a warning if the timestamp modification did
    not succeed, and NULL was returned.

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