GNOME Bugzilla – Bug 138225
pad audioscale0:sink returned NULL caps
Last modified: 2004-12-22 21:47:04 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.
Only happens with osssink (oss from linux 2.4).
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.