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 335600 - sound-juicer stopped working after installing gstreamer-universe on Fedora Core 5 x86
sound-juicer stopped working after installing gstreamer-universe on Fedora Co...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: packages
0.10.5
Other Linux
: Normal normal
: NONE
Assigned To: Thomas Vander Stichele
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-23 02:42 UTC by dann
Modified: 2006-04-22 21:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description dann 2006-03-23 02:42:20 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
Comment 1 Wim Taymans 2006-03-24 11:04:37 UTC
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
Comment 2 Tim-Philipp Müller 2006-03-24 11:39:48 UTC
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)
Comment 3 dann 2006-03-24 14:39:59 UTC
(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...
Comment 4 Wim Taymans 2006-03-28 15:23:21 UTC
This is a packaging error, thomasvs is fixing it...
Comment 5 Alex Lancaster 2006-03-28 15:32:55 UTC
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).
Comment 6 Alex Lancaster 2006-03-30 06:54:06 UTC
Seems to be fixed for me for FC-4.  OK to close?
Comment 7 dann 2006-03-30 09:38:34 UTC
(In reply to comment #6)
> Seems to be fixed for me for FC-4.  OK to close?

Fixed in FC5 too.