GNOME Bugzilla – Bug 696164
decodebin: stuck handling non-media file, doesn't error out
Last modified: 2013-08-16 10:01:38 UTC
Created attachment 239312 [details] the file in question I'm not sure what's going wrong here, but decodebin gets stuck trying to handle this file. It apparently looks enough like mpeg audio for decodebin to run it through mpegaudioparse and mad, but there seems to be an error posted somewhere that decodebin doesn't process, so it just stops there. I don't know what the file is exactly, but it's related to TI's msp430 toolchain. Definitely not an actual media file. Interestingly, 0.10 typefind thinks it's video/x-h264, and it doesn't seem to cause any problems there.
Created attachment 239313 [details] GST_DEBUG=*:6 log from gst-discoverer-1.0 horriblefile
gst-discoverer and also playbin don't get stuck on it anymore with latest git at least.