Thank you for the reply.
To tell you the truth, I am quite confused by now, since I have taken some different routes at installing the library because of these 32-64 bit apple vs java issues...
Here is what I can recall doing.
I presume this is the 64bit.
2. Inserted the folder into the Processing.app/Contents/Resources/Java/libraries/GSVideo
3. In my project folder in Eclipse i imported the following jars:
- gstreamer-java.jar
- GSVideo.jar
- jna.jar
- (plus, of course the mandatory core.jar)
and added them to Build Path, and trying to export this project I ended up with the abovementioned exception. I googled it, and got more confused, so I tried the 32-bit and same result as earlier. I also ended up installing the Gstreamer dmg file that was linked from your site
http://codeanticode.wordpress.com/2009/04/03/gstreamer-installer-for-macosx/ and now, I dont know how to uninstall it because I cant use the PDE because I get this exception:
[0] "dyld: lazy symbol binding failed: Symbol not found: _iconv_open"
[1] " Referenced from: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/../Libraries/libnpt.jnilib"
[2] " Expected in: /Library/GStreamer/lib/libiconv.2.dylib"
[3] ""
[4] "dyld: Symbol not found: _iconv_open"
[5] " Referenced from: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/../Libraries/libnpt.jnilib"
[6] " Expected in: /Library/GStreamer/lib/libiconv.2.dylib"
[7] ""
Using startup command:
{command=command=java -d32 -Xrunjdwp:transport=dt_socket,address=127.0.0.1:8185,suspend=y -Xdock:name=sketch_nov02b -Djava.library.path=:/Library/GStreamer/lib:/Applications/Processing.app/Contents/Resources/Java:/System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Resources:.:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java -cp /var/folders/9o/9o9dzWV5EdeLmifX7icu2E+++TI/-Tmp-/build5639349774558561679.tmp:/Applications/Processing.app/Contents/Resources/Java/pde.jar:/Applications/Processing.app/Contents/Resources/Java/core.jar:/Applications/Processing.app/Contents/Resources/Java/ant.jar:/Applications/Processing.app/Contents/Resources/Java/ant-launcher.jar:/Applications/Processing.app/Contents/Resources/Java/antlr.jar:/Applications/Processing.app/Contents/Resources/Java/ecj.jar:/Applications/Processing.app/Contents/Resources/Java/jna.jar:/Applications/Processing.app/Contents/Resources/Java/quaqua.jar -ea processing.core.PApplet "--editor-location=753,22" --external --display=1 --sketch-path=/Users/XXXXX/Documents/Code/Processing/Drawing/sketch_nov02b sketch_nov02b , quote=quote=", a................etc etc
if i export the sketch into a browser it loads fine, but not from the PDE it self....
So after reading further on the site, I saw that I had to delete the Library/Gstreamer folder, which I did, and also edit the launch.conf file - this file I have no clue what it is because I do not have it anywhere on my system... ? But all in all, i deleted the folder, and still the same errorr...
But any thoughts to how I can solve the uninstall of the GStreamer to make the PDE working again?
All i want is basically to load a mov or avi file with the help of the GSVideo library..... :-)