El Domingo, 7 de Marzo de 2004 00:38, escribió: > Angel Luis Jimenez Martinez writes: > > Using gstreamer output Juk just skips over songs whithout playing > > them. > > > > This is the output of the program: > > > > INFO ( 4547: 0) Initializing GStreamer Core Library version 0.6.4 > > INFO ( 4547: 0) CPU features: (00000691) MMX 3DNOW INFO ( 4547: 0) > > registry: loaded global_registry in 0.833809 seconds > > (/var/lib/gstreamer/0.6/registry.xml) > > ASSERT: "d->audioSink" in play.cpp (509) QObject::connect: Cannot > > connect (null)::eos() to KDE::GSTPlay::Play::streamEnd() > > Can you check if this is the same problem as > http://bugs.kde.org/show_bug.cgi?id=61193 ? > > cheers > domi
It was not exactly that problem, but executing gst-launch as suggested in the comments of the bug the problem arose. So the problem really was in Gstreamer. It seemed that the MAD component of Gstreamer was b0rken, and a reinstall of gstreamer-mad did the trick. Thanks for the quick reply.