[Bug 741280] matroskademux: Send GAP events for non sparse streams

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Feb 16 17:26:26 UTC 2016


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

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

--- Comment #14 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
This looks like what I just pushed (without first checking bugzilla, sorry):

 commit 77403d0afee635f2de6c2e53a23e1f50ad0d00fa
 Author: Tim-Philipp Müller <tim at centricular.com>
 Date:   Fri Aug 21 14:15:18 2015 +0100

    matroska-demux: send GAP events for lagging audio and video streams too

    Send GAP events for non-subtitle streams too if they lag too much
    behind, but use a higher threshold than for subtitles.

    This helps with fixing prerolling with a file where one of the
    audio streams only has data starting from 19s onwards. It's not
    a complete fix yet, it also requires changes elsewhere, such as
    in baseparse, to make sure caps are propagated.

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


My magic value use 3 seconds now, let's see how it goes with that. That patch
was for initial prerolling, I hope it fixes things for you too. If not, please
re-open.

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