Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: Juanito on June 17, 2011, 01:31:21 AM

Title: gstreamer error
Post by: Juanito on June 17, 2011, 01:31:21 AM
I've  been seeing this error for a while:
Code: [Select]
(gst-plugin-scanner:28027): GStreamer-WARNING **: Failed to load plugin
'/usr/local/lib/gstreamer-0.10/libgstjp2k.so':
/usr/local/lib/gstreamer-0.10/libgstjp2k.so: undefined symbol: jpeg_read_scanlines

..but can't make it go away.

Was it compiled against a newer version of a lib that's not available in tc?

Title: Re: gstreamer error
Post by: gutmensch on June 17, 2011, 07:22:26 AM
hm, jpeg_read_scanlines is defined in /usr/lib/libjpeg.so.62, maybe linkage broken? or it was accidentally linked against libjpeg.so.8 from libjpeg-utils.tcz extension?
Title: Re: gstreamer error
Post by: Juanito on June 17, 2011, 08:53:41 AM
I just noticed gst-plugins-bad has been upgraded - the error seems to have gone in the latest version :)