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 605936 - plugins not accessible
plugins not accessible
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-01-02 23:19 UTC by maillyst
Modified: 2010-01-03 00:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description maillyst 2010-01-02 23:19:37 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
Comment 1 Tim-Philipp Müller 2010-01-03 00:22:46 UTC
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.