--
You received this message because you are subscribed to the Google Groups "gstreamer-java" group.
To post to this group, send email to gstream...@googlegroups.com.
To unsubscribe from this group, send email to gstreamer-jav...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gstreamer-java?hl=en.
--
Levente "Si vis pacem para bellum!"
Both the versions of JNA you're using are fairly old. I didn't think
JNA even had official ARM support back then. Have you tried with the
latest JNA 3.4.0?
I'd suggest two things -
* remove the JNA package if you have it installed (which it looks like
from this email). It's highly likely that the native lib is being
picked up from this rather than from whatever JAR is in your
classpath.
* try JNA 3.4.0 from https://github.com/twall/jna Note the release
notes for that version mention ARM support being added!
This might not fix the issue, but should help rule JNA out as the cause.
Best wishes,
Neil
> --
> You received this message because you are subscribed to the Google Groups "gstreamer-java" group.
> To post to this group, send email to gstream...@googlegroups.com.
> To unsubscribe from this group, send email to gstreamer-jav...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/gstreamer-java?hl=en.
>
--
Neil C Smith
Artist : Technologist : Adviser
http://neilcsmith.net
Glad to know it worked for out for you.
It might be a good idea for JNA to be removed from the GStreamer-Java
downloads page and just have a link to the JNA github site? I'm
planning to do exactly that with the next JAudioLibs release.
Also possibly worth noting / documenting that from 3.4.0 onwards JNA
provides the ability to pass in the system property 'jna.nosys=true'
to ensure that the JNA native lib is loaded from the JAR and not from
whatever old package you might have installed.
Best wishes,
Neil
> For more options, visit this group at http://groups.google.com/group/gstreamer-java?hl=en.
--
The maven POM usually has a dependency on latest JNA release.