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 138225 - pad audioscale0:sink returned NULL caps
pad audioscale0:sink returned NULL caps
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: dont know
git master
Other Linux
: Normal normal
: 0.8.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-03-26 16:03 UTC by Richard Hult
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Richard Hult 2004-03-26 16:03:02 UTC
gst-launch filesrc location=song.mp3 ! spider ! audioconvert ! audioscale !
volume ! osssink
KÖR pipeline...
 
(process:8561): GStreamer-CRITICAL **: pad audioscale0:sink returned NULL caps
from getcaps function

The song starts to play fine after about 10 more such warnings.
Comment 1 Richard Hult 2004-03-31 10:39:16 UTC
Only happens with osssink (oss from linux 2.4).
Comment 2 David Schleef 2004-03-31 22:38:01 UTC
I looked at this bug and thought "that's dumb, why would anyone return NULL when
they know it's wrong"... and then I realized that I wrote the code.

Anyway, it's fixed now in CVS.  The "osssink" was a big hint.