After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 514397 - matroskademux does not mark delta units
matroskademux does not mark delta units
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-04 20:09 UTC by Julien MOUTTE
Modified: 2008-02-08 15:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Julien MOUTTE 2008-02-04 20:09:43 UTC
Demuxing any matroska file with a video stream will show that every video buffer is marked as a keyframe which makes it harder for the decoders to skip frames.
Comment 1 Julien MOUTTE 2008-02-08 15:23:29 UTC
Fixed in CVS HEAD :

2008-02-08  Julien Moutte  <julien ... fluendo ... com>

        * gst/matroska/matroska-demux.c:
        (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
        keyframe and delta units correctly when dealign with a BlockGroup.
        Fixes: #514397