androidmedia: Allow the application to provide the Java VM
authorSebastian Dröge <sebastian@centricular.com>
Thu, 18 Jun 2015 12:38:04 +0000 (14:38 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 18 Jun 2015 12:38:04 +0000 (14:38 +0200)
commit6b2800e324ec237ce086cdf28624292f0af05a43
treea25acb0cfe5d556aa13f7189befbeecba016e5e2
parentc51b012991de39dcd7e50cb188a161495114c72f
androidmedia: Allow the application to provide the Java VM

In JNI_OnLoad() we will already get the Java VM passed and could
just directly use that. gstreamer_android-1.0.c will now provide
this to us.

Reason for this is that apparently not all Android system are
providing the JNI functions to get the currently running Java VMs, so
we would fail to get. With this we will always be able to get the Java
VM on such systems.
sys/androidmedia/gstjniutils.c
sys/androidmedia/gstjniutils.h