[Bug 752106] baseparse: makes up bogus DTS for audio

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Aug 12 17:54:58 PDT 2015


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

Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicolas.dufresne at collabora.
                   |                            |co.uk

--- Comment #12 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
I also have the impression there is some bogus code in baseparse. Somewhere in
the code, we have:

      if (next_pts >= parse->priv->next_dts)
        parse->priv->next_pts = next_pts;

But if it wasn't bigger, it left with an old (and probably worst) value.

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