GStreamer on Android (Android Studio 1.3.2)

Brian D brian at surround.io
Thu Sep 24 10:51:03 PDT 2015


I updated to 1.5.91, and the HOST_SED issue is resolved as expected. I also
can't repro the JNI_VERSION_1_4 issue anymore -- though, building it with
JNI_VERSION_1_4 and JNI_VERSION_1_6 both work. So, seems like everything is
good for now!

On Wed, Sep 23, 2015 at 7:30 PM, Nicolas Dufresne <
nicolas.dufresne at collabora.com> wrote:

> Le mercredi 23 septembre 2015 à 14:21 -0700, Brian D a écrit :
> > The problem I run into is that on my build system, Ubuntu, HOST_SED
> > remains undefined and is later invoked. My fix is to just add
> > /bin/sed in the else block. Is this a known issue?
>
> This issue should be fixed in 1.5.90+, if not please report.
>
> >
> > 2) <pkg>/share/ndk-build/gstreamer_android-1.0.c.in pegs the JNI
> > version at JNI_VERSION_1_4 and will invoke an error at runtime if
> > it's anything different. Using Android Studio 1.3.2, which comes with
> > NDK integrated, the JNI version is up to JNI_VERSION_1_6 -- I've
> > successfully compiled my project after changing the three references
> > of 1_4 to 1_6, though I have not thoroughly tested the library with
> > the new JNI version.
> >
> > Is there a reason this is hard coded to 1_4? Can this be fixed in the
> > build with a preprocessor directive or some other fix perhaps?
>
> It was the most recent version when this library was written. It might
> need updating now.
>
> Nicolas
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150924/973650de/attachment.html>


More information about the gstreamer-devel mailing list