GNOME Bugzilla – Bug 119272
spider could not figure out the audio type of this file
Last modified: 2004-12-22 21:47:04 UTC
I was told by BBB that spider should figure all the content of the file automatically. I.e. one can simply do gst-launch filesrc location=<file> ! spider ! osssink But this paricular file I have can't be decipher. So sumit this bug and attach audio file later.
Created attachment 18966 [details] audio file for verification. Mime type specified may be incorrect
For clarity: the correct pipeline is "filesrc ! auparse ! alawdec ! osssink". I fixed a typefinding bug (audio/au instead of audio/x-au as mimetype). Currently, spider doesn't detect that it needs alawdec in between auparse (detected) and osssink. filesrc ! spider ! alawdec ! osssink works.
That's because spider is stupid. It assumes it can plug auparse and osssink directly (since their caps are compatible) and does that, which is wrong. Same thing happens when you try to play an mp3-in-wav file with spider. I think that it's not easy to fix, unfortunately.
*** This bug has been marked as a duplicate of 94113 ***