androidmedia: Don't fail if JNI_CreateJavaVM can't be found
authorSebastian Dröge <sebastian@centricular.com>
Thu, 18 Jun 2015 08:43:53 +0000 (10:43 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 18 Jun 2015 08:45:24 +0000 (10:45 +0200)
commitade625111e42b64fed0145066f06593a235e75cd
tree588a6967fa4c59f67e9312b2c79a3e9137b8712a
parentbdcaf8f5eeead76c3a2d6825edcc4176d59e6064
androidmedia: Don't fail if JNI_CreateJavaVM can't be found

We only need that if no Java VM is running yet, and all usual cases,
i.e. when calling GStreamer from an actual Android app, there will already
be a Java VM we can just use.

It seems like some phones come without that symbol, let's hope they come
with the other symbol but for now don't make a missing JNI_CreateJavaVM fatal.
sys/androidmedia/gstjniutils.c