GNOME Bugzilla – Bug 611117
[matroskademux] can't handle unknown cluster sizes
Last modified: 2010-06-01 14:09:56 UTC
http://userpages.umbc.edu/~dconrad1/streamed.mkv This has all cluster sizes set to unknown, which is valid. gstreamer can't handle it.
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.