[Bug 744070] oggdemux: wrong duration for ogv file

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Apr 3 08:45:09 PDT 2015


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

Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.5.1

--- Comment #11 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> ---
commit a44258dbe888e65da3151132978dc60825173759
Author: Vincent Penquerc'h <vincent.penquerch at collabora.co.uk>
Date:   Thu Mar 12 16:01:48 2015 +0000

    oggdemux: fix wrong duration on partial streams with a skeleton index

    When a stream has a skeleton index, the stream time is taken from that
    index. However, when part of the stream is captured, the index is
    invalid as its offsets are now wrong. To avoid this, we ignore the index
    when the last offset points beyond the end of the stream (when its
    byte length is known).

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

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