[Bug 773281] On Android 4.4.4 (api 19) gstreamer crashes when loaded.
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sun Oct 30 15:14:06 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=773281
--- Comment #3 from EduardS <eduard at reporty.com> ---
Hi Sebastian,
As far as I know 'g_module_symbol' is Glib function, isn't it?
Disabling the code:
if (g_module_symbol (module, "gst_amc_jni_set_java_vm",
(gpointer *) & set_java_vm) && set_java_vm) {
set_java_vm (vm);
}*/
In
gstreamer-android\1-8-3\gstreamer-1.0-android-arm\share\gst-android\ndk-build\gstreamer-android-1.c.in
Solves the problem.
All this code is inside the gstreamer_android.so, so it seems like not a
Android load problem.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list