WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: gstreamer error  (Read 1977 times)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14790
gstreamer error
« 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?


Offline gutmensch

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 605
  • I can make it disappear, have no fear!
    • remembrance blog
Re: gstreamer error
« Reply #1 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?
If I seem unduly clear to you, you must have misunderstood what I said. (Alan Greenspan)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14790
Re: gstreamer error
« Reply #2 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 :)