GStreamer Error

Hi Guys,

I’m trying to reconstruct my multimedia playing aspect of OS 11.00.

I got rid of videolan (yes I had left it as a repo), and have been
removing and reinstalling stuff. Basically, I’m trying to get Banshee-1
1.4.1 working.

Banshee now stops crashing but does give this error message:

(Banshee:806): GStreamer-WARNING **: Failed to load plugin
‘/usr/lib/gstreamer-0.10/libgstcacasink.so’:
/usr/lib/gstreamer-0.10/libgstcacasink.so: undefined symbol:
caca_dither_bitmap

Clearly something to do with the codecs I have been re-installing. I
know that libgstcacasink.so is part of the Gstreamer good package, but
after re-re-installing it, I still get the error.

Can anyone offer any advice.

Thanks in advance

Salute


KaptRoger

KaptRoger’s Profile: http://forums.opensuse.org/member.php?userid=2973
View this thread: http://forums.opensuse.org/showthread.php?t=404543

The Packman version of GStreamer is obviously compiled against the
Packman version of libcaca… that provides that symbol.
> $ nm -D /usr/lib64/libcaca.so.0 | grep caca_dither_bitmap
> 000000000000ff00 T caca_dither_bitmap
> $ rpm -qf /usr/lib64/libcaca.so.0
> libcaca0-0.99.beta16-0.pm.3


RedDwarf

RedDwarf’s Profile: http://forums.opensuse.org/member.php?userid=374
View this thread: http://forums.opensuse.org/showthread.php?t=404543

Thanks. I’ve installed an updated libcaca and now things appear better,
but…I now have another problem - so another post.

Thanks for your help - it showed me clearly where the problem lay.

Cheers


KaptRoger

KaptRoger’s Profile: http://forums.opensuse.org/member.php?userid=2973
View this thread: http://forums.opensuse.org/showthread.php?t=404543