GNOME Bugzilla – Bug 335600
sound-juicer stopped working after installing gstreamer-universe on Fedora Core 5 x86
Last modified: 2006-04-22 21:39:17 UTC
I followed the instructions at: http://gstreamer.freedesktop.org/download/fedora5.html Everything installed fine. After that sound-juicer displays a message: "Could not start Sound Juicer Reason: The plugin necessary for CD access was not found. Please consult the documentation for assistance." and then dies. It worked find before installing gstreamer-universe. Any idea what could be wrong? Thanks
Looks like the cdparanoia plugin is not found. can you attach the gzipped version of the file generated with: GST_DEBUG=*:5 gst-inspect cdparanoia >debug.log 2>&1
Isn't it just that the cdparanoia plugin isn't in the packages? (at least libcdparanoia doesn't seem to be in the deps/ section of the repository)
(In reply to comment #1) > Looks like the cdparanoia plugin is not found. > > can you attach the gzipped version of the file generated with: > > GST_DEBUG=*:5 gst-inspect cdparanoia >debug.log 2>&1 > It looks like comment #2 was right, the cdparanoia plugin is missing, here's the end of debug.log: LOG (0x827a8f8 - 0:00:03.309703000) GST_REFCOUNTING(22044) gstobject.c(412):gst_object_unref:<videoflip> 0x8390da0 unref 2->1 LOG (0x827a8f8 - 0:00:03.310452000) GST_REFCOUNTING(22044) gstobject.c(364):gst_object_ref:<videomixer> 0x8390e30 ref 1->2 LOG (0x827a8f8 - 0:00:03.311391000) GST_REFCOUNTING(22044) gstobject.c(412):gst_object_unref:<videomixer> 0x8390e30 unref 2->1 LOG (0x827a8f8 - 0:00:03.312158000) GST_REFCOUNTING(22044) gstobject.c(364):gst_object_ref:<wavenc> 0x8390ec0 ref 1->2 LOG (0x827a8f8 - 0:00:03.313039000) GST_REFCOUNTING(22044) gstobject.c(412):gst_object_unref:<wavenc> 0x8390ec0 unref 2->1 LOG (0x827a8f8 - 0:00:03.313783000) GST_REFCOUNTING(22044) gstobject.c(364):gst_object_ref:<wavparse> 0x8390f50 ref 1->2 LOG (0x827a8f8 - 0:00:03.314807000) GST_REFCOUNTING(22044) gstobject.c(412):gst_object_unref:<wavparse> 0x8390f50 unref 2->1 DEBUG (0x827a8f8 - 0:00:03.315701000) GST_REGISTRY(22044) gstregistry.c(870):_gst_registry_remove_cache_plugins:<registry0> removing cached plugins LOG (0x827a8f8 - 0:00:03.316137000) GST_ELEMENT_FACTORY(22044) gstelementfactory.c(164):gst_element_factory_find: no such element factory "cdparanoia" No such element or plugin 'cdparanoia' I can attach the whole thing if it helps...
This is a packaging error, thomasvs is fixing it...
The FC-4 packages for gstreamer010 also are missing the cdparanoia plugin, see: $ rpm -ql gstreamer010-plugins-base gstreamer010-plugins-good gstreamer010-plugins-bad gstreamer010-plugins-ugly|grep cdparanoia $ cdparanoia does come with the base Fedora Core installation and Red Hat's own gstreamer 0.8 packages do include it: $ rpm -ql gstreamer-plugins|grep cdparanoia /usr/lib/gstreamer-0.8/libgstcdparanoia.so so it should definitely be built (need to have the cdparanoia-devel installed during the RPM build). (They also are missing as well as the cdio plugin, but since that depends on libcdio-devel which is Fedora Extras, not sure if the repository also assumes that Fedora Extras repos are enabled).
Seems to be fixed for me for FC-4. OK to close?
(In reply to comment #6) > Seems to be fixed for me for FC-4. OK to close? Fixed in FC5 too.