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 696164 - decodebin: stuck handling non-media file, doesn't error out
decodebin: stuck handling non-media file, doesn't error out
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-03-19 22:56 UTC by Jonathan Matthew
Modified: 2013-08-16 10:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
the file in question (24.09 KB, application/octet-stream)
2013-03-19 22:56 UTC, Jonathan Matthew
Details
GST_DEBUG=*:6 log from gst-discoverer-1.0 horriblefile (258.00 KB, application/octet-stream)
2013-03-19 22:59 UTC, Jonathan Matthew
Details

Description Jonathan Matthew 2013-03-19 22:56:32 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.
Comment 1 Jonathan Matthew 2013-03-19 22:59:51 UTC
Created attachment 239313 [details]
GST_DEBUG=*:6 log from gst-discoverer-1.0 horriblefile
Comment 2 Sebastian Dröge (slomo) 2013-08-16 10:01:38 UTC
gst-discoverer and also playbin don't get stuck on it anymore with latest git at least.