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 154807 - auparse doesn't error out on invalid files
auparse doesn't error out on invalid files
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.5
Other Linux
: Normal minor
: 0.8.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-10-07 17:58 UTC by Sebastien Cote
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed fix (404 bytes, patch)
2004-10-07 17:59 UTC, Sebastien Cote
none Details | Review

Description Sebastien Cote 2004-10-07 17:58:52 UTC
Try playing an invalid file (it can by any file renamed to .au):

  gst-launch filesrc location=test.au ! auparse ! spider ! osssink

You'll see a lot of "help, dunno what I'm looking at!" scrolling and then the
pipeline ends successfully.
Comment 1 Sebastien Cote 2004-10-07 17:59:58 UTC
Created attachment 32355 [details] [review]
proposed fix

If the file type is unknown, just return an error.
Comment 2 Ronald Bultje 2004-10-09 20:48:48 UTC
Applied to CVS, thanks.