mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:16:13 +00:00
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:
parent
be664ae40d
commit
d5a676aec8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue