[Bug 792775] matroskamux wrong timestamps

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Feb 28 17:26:03 UTC 2018


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #11 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit 80d5c43a8108a3769c27e35117f51dde5135cd1d (HEAD -> master)
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Wed Feb 28 19:21:53 2018 +0200

    matroskamux: Only mark new clusters as keyframe if they start on a keyframe
or we're muxing only audio

    Based on a patch by Nicola Murino <nicola.murino at gmail.com>

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

commit 15ae79838caa6ee9494bece791b5221b9696c41a
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Wed Feb 28 19:19:10 2018 +0200

    matroskamux: Clip maximum cluster duration to the maximum possible value

    Only up to timescale * G_MAXINT16 is possible as cluster duration, which
    is already higher than our default value. Using higher values would
    cause overflows and broken files.

    Based on the investigation by Nicola Murino <nicola.murino at gmail.com>

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

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