[Bug 752427] New: GStreamer.java malformed
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jul 15 08:52:32 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=752427
Bug ID: 752427
Summary: GStreamer.java malformed
Classification: Platform
Product: GStreamer
Version: 1.5.2
OS: Windows
Status: NEW
Severity: normal
Priority: Normal
Component: cerbero
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: carl at kovamees.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created attachment 307483
--> https://bugzilla.gnome.org/attachment.cgi?id=307483&action=edit
GStreamer.java bootstrapper
All the Android downloads, e.g. gstreamer-1.0-android-x86-1.5.2.tar.bz2,
contains a malformed share/gst-android/ndk-build/GStreamer.java.
It includes line starts with markup like this:
@INCLUDE_FONTS@
@INCLUDE_CA_CERTIFICATES@
@INCLUDE_COPY_FILE@
This is the top of the file:
public class GStreamer {
private static native void nativeInit(Context context) throws Exception;
public static void init(Context context) throws Exception {
nativeInit(context);
@INCLUDE_FONTS@ copyFonts(context);
@INCLUDE_CA_CERTIFICATES@ copyCaCertificates(context);
}
@INCLUDE_FONTS@ private static void copyFonts(Context context) {
@INCLUDE_FONTS@ AssetManager assetManager = context.getAssets();
@INCLUDE_FONTS@
...
This also occurs in 1.5.1 Android downloads.
--
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