[Bug 731204] androidmedia: Implement zerocopy rendering

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Apr 10 08:18:43 PDT 2015


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

--- Comment #48 from Andoni Morales <ylatuya at gmail.com> ---
If we don't want any user interaction, all the jniutils could be moved into a
new library with this new API:

gst_jni_set_application_class_loader (jobject class_loader);

gstreamer_android.c in JNI_OnLoad retrieves the ClassLoader for the GStreamer
class using Class.getClassLoader() and caches it with this new API.

Classes are now searched using the cached class loader instance instead of the
env's FindClass:
CallObjectMethod(class_loader, find_class_method, "org/bla/GStreamer")

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