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 119272 - spider could not figure out the audio type of this file
spider could not figure out the audio type of this file
Status: RESOLVED DUPLICATE of bug 94113
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.6.2
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-08-06 17:22 UTC by Ghee Teo
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
audio file for verification. Mime type specified may be incorrect (172.25 KB, application/octet-stream)
2003-08-06 17:26 UTC, Ghee Teo
Details

Description Ghee Teo 2003-08-06 17:22:49 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.
Comment 1 Ghee Teo 2003-08-06 17:26:33 UTC
Created attachment 18966 [details]
audio file for verification. Mime type specified may be incorrect
Comment 2 Ronald Bultje 2003-08-06 17:45:10 UTC
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.
Comment 3 Benjamin Otte (Company) 2003-08-07 07:55:24 UTC
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.
Comment 4 Benjamin Otte (Company) 2003-08-07 08:07:41 UTC

*** This bug has been marked as a duplicate of 94113 ***