[Bug 731204] androidmedia: Implement zerocopy rendering

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Apr 2 20:45:09 PDT 2015


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

--- Comment #32 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
After discussing with Edward earlier, I think the consensus is that it would be
nicer not to do this awful bundling with the plugin, and then writing it to a
file, etc. :) But also to not require applications to manually include some
Java code.

So the remaining idea is that this element (and the camera element I'm
currently working on merging), would just install the .java file somewhere
(share/gst-android/java/$plugin or something), and cerbero would then collect
that during packaging. Now when an application is built, ndk-build would copy
those Java files into the application sources if the specific plugin is
included in the build... and then just built into the application
automatically. Like we already do with the GStreamer.java.

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