GNOME Bugzilla – Bug 605936
plugins not accessible
Last modified: 2010-01-03 00:22:46 UTC
on a vanilla fc12 running on a inspirion 8600 which has other application using he sound card without a problem, I get the error noted below. adding /usr/lib//gstreamer-0.10/ to an ld.so.conf config followed by ldconfig does not help adding /usr/lib//gstreamer-0.10/ to the $PATH variable does not help I'm not a programmer so I hope this information is sufficient to help solve the bug. V ---------------- gnome-sound-recorder (gnome-sound-recorder:2975): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstplaybin.so': /usr/lib/gstreamer-0.10/libgstplaybin.so: undefined symbol: gst_iterator_new_single (gnome-sound-recorder:2975): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstaudioresample.so': /usr/lib/gstreamer-0.10/libgstaudioresample.so: undefined symbol: gst_util_uint64_scale_int_ceil
This is unlikely to be a GStreamer bug. It looks more like an installation / packaging issue. What's happening here is that you installed a gst-plugins-base built against a core version newer than the one installed, so basically there's a wrong Requires: somewhere in the packaging, or you installed things into /usr from source.