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 611117 - [matroskademux] can't handle unknown cluster sizes
[matroskademux] can't handle unknown cluster sizes
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: 619198
Blocks:
 
 
Reported: 2010-02-25 20:10 UTC by David Conrad
Modified: 2010-06-01 14:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Conrad 2010-02-25 20:10:33 UTC
http://userpages.umbc.edu/~dconrad1/streamed.mkv

This has all cluster sizes set to unknown, which is valid.
gstreamer can't handle it.
Comment 1 Mark Nauwelaerts 2010-06-01 14:09:56 UTC
Following commit also takes care of this incidentally:

commit 085e333283086b3ed7d5836be85c60d5eee6db68
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Date:   Tue May 18 14:44:15 2010 +0200

    matroskademux: use bytereader based GstEbmlRead as a helper
    
    ... rather than basing on it by inheritance.
    Also use more common code for push and pull mode.
    
    Fixes #619198.
    Fixes #611117.