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 628287 - Matroska demuxer crash
Matroska demuxer crash
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.21
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-08-30 07:31 UTC by Andreas Smas
Modified: 2010-08-30 13:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas Smas 2010-08-30 07:31:20 UTC
Tested from Totem (crashes when plaing) and Nautilus (crashes when selecting properties on a file)

ERROR:matroska-demux.c:3110:gst_matroska_demux_parse_metadata: assertion failed: (ebml->level != NULL)
Aborted


The problems seema related to that the tags are located before the clusters.
If I put the tags at the end it crashes.

mkvinfo and various other MKV inspection tools does not report any problem with the file.
Comment 1 Andreas Smas 2010-08-30 07:33:54 UTC
I failed to uploaded any attachments. Perhaps they're too big.
The files are available here:


* http://www.olebyn.nu/~andoma/gst/Nyhetsmorgon-crash.mkv

This file have tags before the clusters == crash


* http://www.olebyn.nu/~andoma/gst/Nyhetsmorgon-working.mkv

This file have tags after the clusters == no crash


This is from a DVB recording application so they differ a bit in size (because they were recorded at different times)
Comment 2 Sebastian Dröge (slomo) 2010-08-30 13:31:35 UTC
Both files work with the latest releases, 0.10.21 is quite old already.