androidmedia: Call initialize_classes() also when we got the Java VM from the app

https://bugzilla.gnome.org/show_bug.cgi?id=751664
This commit is contained in:
Sebastian Dröge 2015-06-29 18:50:09 +02:00
parent be664ae40d
commit d5a676aec8

View file

@ -630,7 +630,7 @@ gst_amc_jni_initialize_java_vm (void)
if (java_vm) { if (java_vm) {
GST_DEBUG ("Java VM already provided by the application"); GST_DEBUG ("Java VM already provided by the application");
return TRUE; return initialize_classes ();
} }
/* Returns TRUE if we can safely /* Returns TRUE if we can safely