GNOME Bugzilla – Bug 552960
tagdemux asserts and aborts on truncated files
Last modified: 2008-09-22 18:16:35 UTC
Patch forthcoming. This avoids an assertion and abort on a test file I have (not sure if I can give it out).
Created attachment 119023 [details] [review] Refuse to activate if there's not enough data available
2008-09-22 Michael Smith <msmith@songbirdnest.com> * gst-libs/gst/tag/gsttagdemux.c: Fail to activate if there's insufficient data in the file to be usable, preventing an assertion fail later. Fixes #552960