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 654175 - matroskademux: handle blocks with duration=0
matroskademux: handle blocks with duration=0
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-07-07 16:33 UTC by Oleksij Rempel
Modified: 2011-07-08 09:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch v1 (1.38 KB, patch)
2011-07-07 16:35 UTC, Oleksij Rempel
committed Details | Review

Description Oleksij Rempel 2011-07-07 16:33:23 UTC
matroskademux: handele blocks with duration=0

Some video frames, for example alt-ref frame in VP8, will be
newer displayed. This is why it has duration=0.

This patch allow to use this duration.
Comment 1 Oleksij Rempel 2011-07-07 16:35:05 UTC
Created attachment 191477 [details] [review]
patch v1
Comment 2 Sebastian Dröge (slomo) 2011-07-08 08:02:37 UTC
commit a2e0bda3b5d40b545355267bea042a4bdccc46c9
Author: Alexey Fisher <bug-track@fisher-privat.net>
Date:   Thu Jul 7 18:27:36 2011 +0200

    matroskademux: handle blocks with duration=0
    
    Some video frames, for example alt-ref frame in VP8, will be
    never displayed. This is why it has duration=0.
    
    This patch allow to use this duration.
    
    Bug: 654175
    Signed-off-by: Alexey Fisher <bug-track@fisher-privat.net>