GSVideo Lib Error
in
Contributed Library Questions
•
2 years ago
Hello folks!
I've been trying to port some of my QT Video library sketches to work on a linux system (Mint 11) with the GSVideo library, but I keep getting an error that I don't see reported elsewhere on the forum: "Unable to load library 'glib-2.0': libglib-2.0.so" I made sure that I have the latest versions of gstreamer and all the good/bad/ugly plugins, but it still doesn't work. Is there another dependency I'm missing? And how/where should it be installed?
Thanks in advance - here's the full debugger error message:
GSVideo version: 0.9
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: Unable to load library 'glib-2.0': libglib-2.0.so: cannot open shared object file: No such file or directory
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:163)
at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:236)
at com.sun.jna.Library$Handler.<init>(Library.java:140)
at com.sun.jna.Native.loadLibrary(Native.java:379)
at org.gstreamer.lowlevel.GNative.loadNativeLibrary(GNative.java:48)
at org.gstreamer.lowlevel.GNative.loadLibrary(GNative.java:45)
at org.gstreamer.lowlevel.GlibAPI.<clinit>(GlibAPI.java:36)
at org.gstreamer.lowlevel.GMainContext.<init>(GMainContext.java:30)
at org.gstreamer.Gst.init(Gst.java:291)
at codeanticode.gsvideo.GSVideo.initImpl(Unknown Source)
at codeanticode.gsvideo.GSVideo.init(Unknown Source)
at codeanticode.gsvideo.GSCapture.initGStreamer(Unknown Source)
at codeanticode.gsvideo.GSCapture.initPlatform(Unknown Source)
at codeanticode.gsvideo.GSCapture.<init>(Unknown Source)
at ColorSorting.setup(ColorSorting.java:51)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)
1