[Bug 731204] androidmedia: Implement zerocopy rendering

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jun 25 04:23:04 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=731204
  GStreamer | gst-plugins-bad | git

--- Comment #24 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-06-25 11:23:02 UTC ---
And some info for integration Java code into the plugin. You can use
dalvik.system.DexClassLoader via JNI to load a .dex or .jar file at runtime,
which then contains your Java code.

And the .dex/.jar file can be created by
- Compiling with javac at build time, then running dex
- Converting the result into a C source file that is linked into the plugin
- During plugin_init() you write the .dex file to a temporary directory and
tell the DexClassLoader about it

Done \o/

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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