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 620743 - matroskademux: refactor delta unit handling
matroskademux: refactor delta unit handling
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-06 13:17 UTC by Philip Jägenstedt
Modified: 2010-06-06 13:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (3.53 KB, patch)
2010-06-06 13:17 UTC, Philip Jägenstedt
committed Details | Review

Description Philip Jägenstedt 2010-06-06 13:17:25 UTC
This allows us to skip delta units earlier and is a bit clearer in my opinion. It also makes only video buffers ever be delta units, not just for SimpleBlock as before.
Comment 1 Philip Jägenstedt 2010-06-06 13:17:46 UTC
Created attachment 162863 [details] [review]
patch
Comment 2 Sebastian Dröge (slomo) 2010-06-06 13:38:43 UTC
commit 21c84e23e810a390f79c27925eba29a4b02d5ed6
Author: Philip Jägenstedt <philipj@opera.com>
Date:   Sun Jun 6 15:12:16 2010 +0200

    matroskademux: refactor delta unit handling
    
    This allows us to skip delta units earlier and is a bit clearer in my
    opinion. It also makes only video buffers ever be delta units, not
    just for SimpleBlock as before.