[Bug 682276] matroskademux: Discards all video until the first keyframe, even if container keyframe information is wrong

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jan 15 13:51:38 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=682276
  GStreamer | gst-plugins-good | 1.0.2

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.3.1
            Summary|[matroskademux] no video    |matroskademux: Discards all
                   |data on video output        |video until the first
                   |                            |keyframe, even if container
                   |                            |keyframe information is
                   |                            |wrong

--- Comment #7 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-01-15 21:51:30 UTC ---
My comment 6 does not make any sense at all, it must've been for another bug.
Let's just fix this :)

commit 809d1059820aae5eec87ebffbd1608c12c44575d
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Wed Jan 15 22:47:12 2014 +0100

    matroskademux: Don't skip all video frames until the first keyframe

    Instead do it like all other demuxers and let parsers and decoders
    handle that. The keyframe information inside the container might
    be completely wrong like in the sample file of the bug report,
    and if it is correct and we push no keyframes, then the parsers
    and decoders will handle that properly anyway.

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

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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