[Bug 785406] android: gstjniutils.c fails to find application class loader provider on Android 7.0

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jul 26 20:14:26 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=785406

--- Comment #7 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
(In reply to Jeremi Wójcicki from comment #6
>     if (!g_module_symbol(m, "hello_fcn", ptr)) {

Almost:

gpointer ptr;
g_module_symbol(m, "hello_fcn", &ptr)

Then that assertion should disappear and we will know more :)

-- 
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