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 140298 - Spider + audioscale + audioconvert doesn't work anymore
Spider + audioscale + audioconvert doesn't work anymore
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: dont know
git master
Other Linux
: Normal normal
: 0.8.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-04-16 20:33 UTC by Richard Hult
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Richard Hult 2004-04-16 20:33:47 UTC
The pipeline:

gst-launch-0.8 filesrc location=01-frantic.ogg ! spider ! volume ! audioscale !
audioconvert ! osssink

stopped working for lots of songs (both ogg and mp3) with recent CVS.

The only output is:

RUNNING pipeline ...
ERROR: pipeline doesn't want to play.

It works when I remove audioscale and audioconvert. Is that the way it should be
or is it a bug?
Comment 1 Richard Hult 2004-04-16 20:34:03 UTC
Btw, both with file/gnomevfssrc and oss/esdsink.
Comment 2 Benjamin Otte (Company) 2004-04-16 22:20:57 UTC
I can't reproduce this, neither with mp3 nor with oggs.
Maybe your sound device is in use? (though that should print out an error...)
Comment 3 Richard Hult 2004-04-16 22:35:44 UTC
No it's not in use, the only way to get the pipeline to play is to remove
audioscale/convert.
Comment 4 David Schleef 2004-04-17 02:22:12 UTC
Oops.  Fixed in CVS.