[Bug 748688] New: gst-android: Automatically install plugin java classes
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Apr 30 02:27:47 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=748688
Bug ID: 748688
Summary: gst-android: Automatically install plugin java classes
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: cerbero
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: matthieu.bouron at collabora.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
The following patches allow gst-android to automatically install java classes
from plugins if required.
Gstreamer plugins need to install its java classes to
/usr/share/gst-android/ndk-build/$(plugin_name) and gstreamer-1.0.mk installs
them under src/org/freedesktop/gstreamer/$(plugin_name) to be included at buid
time.
This will allow the gstreamer plugins to load the relevant classes using the
application class loader.
The last patch declares two global functions to access the application class
loader and the application context so the gstreamer plugins will be able to
dlsym those functions and use them.
--
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