[Bug 785406] android: gstjniutils.c fails to find application class loader provider on Android 7.0
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Sep 5 08:58:06 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=785406
--- Comment #17 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
These changes are probably related, but more in an unintentional way. There is
no problem here with dynamic linking and loading libraries at runtime, but it's
the same API that is used. We only do static linking, except for public Android
libraries but those are also not dynamically loaded at runtime (that is, not
via dlopen(), etc).
What we do is to try to retrieve a symbol of the current process, not from a
separate library. My guess is that somewhere related to the changes you list,
they changed behaviour (unintentionally probably) to load symbols from the
current process.
--
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