FileNotFoundException: fontconfig/fonts.conf

Nicolas Castillejos djos06 at gmail.com
Wed Oct 21 01:56:43 PDT 2015


Hello everyone,

I get this error on android at gstreamer init .
Do you know why ?


Thank you,

Nicolas


java.io.FileNotFoundException: fontconfig/fonts.conf
10-21 10:48:07.005 31458-31458/com.gst_sdk_tutorials.tutorial_5 
W/System.err:     at android.content.res.AssetManager.openAsset(Native 
Method)
10-21 10:48:07.005 31458-31458/com.gst_sdk_tutorials.tutorial_5 
W/System.err:     at 
android.content.res.AssetManager.open(AssetManager.java:324)
10-21 10:48:07.005 31458-31458/com.gst_sdk_tutorials.tutorial_5 
W/System.err:     at 
android.content.res.AssetManager.open(AssetManager.java:298)
10-21 10:48:07.005 31458-31458/com.gst_sdk_tutorials.tutorial_5 
W/System.err:     at 
org.freedesktop.gstreamer.GStreamer.copyFile(GStreamer.java:69)
10-21 10:48:07.005 31458-31458/com.gst_sdk_tutorials.tutorial_5 
W/System.err:     at 
org.freedesktop.gstreamer.GStreamer.copyFonts(GStreamer.java:32)
10-21 10:48:07.005 31458-31458/com.gst_sdk_tutorials.tutorial_5 
W/System.err:     at 
org.freedesktop.gstreamer.GStreamer.init(GStreamer.java:17)
10-21 10:48:07.005 31458-31458/com.gst_sdk_tutorials.tutorial_5 
W/System.err:     at 
com.gst_sdk_tutorials.tutorial_5.Tutorial5.onCreate(Tutorial5.java:669)
10-21 10:48:07.005 31458-31458/com.gst_sdk_tutorials.tutorial_5 
W/System.err:     at android.app.Activity.performCreate(Activity.java:6289)
10-21 10:48:07.005 31458-31458/com.gst_sdk_tutorials.tutorial_5 
W/System.err:     at 
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1119)
10-21 10:48:07.005 31458-31458/com.gst_sdk_tutorials.tutorial_5 
W/System.err:     at 
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2646)
10-21 10:48:07.005 31458-31458/com.gst_sdk_tutorials.tutorial_5 
W/System.err:     at 
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2760)
10-21 10:48:07.005 31458-31458/com.gst_sdk_tutorials.tutorial_5 
W/System.err:     at 
android.app.ActivityThread.access$900(ActivityThread.java:177)
10-21 10:48:07.005 31458-31458/com.gst_sdk_tutorials.tutorial_5 
W/System.err:     at 
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1448)
10-21 10:48:07.005 31458-31458/com.gst_sdk_tutorials.tutorial_5 
W/System.err:     at android.os.Handler.dispatchMessage(Handler.java:102)
10-21 10:48:07.005 31458-31458/com.gst_sdk_tutorials.tutorial_5 
W/System.err:     at android.os.Looper.loop(Looper.java:145)
10-21 10:48:07.005 31458-31458/com.gst_sdk_tutorials.tutorial_5 
W/System.err:     at 
android.app.ActivityThread.main(ActivityThread.java:5944)
10-21 10:48:07.005 31458-31458/com.gst_sdk_tutorials.tutorial_5 
W/System.err:     at java.lang.reflect.Method.invoke(Native Method)
10-21 10:48:07.005 31458-31458/com.gst_sdk_tutorials.tutorial_5 
W/System.err:     at java.lang.reflect.Method.invoke(Method.java:372)
10-21 10:48:07.005 31458-31458/com.gst_sdk_tutorials.tutorial_5 
W/System.err:     at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1389)
10-21 10:48:07.005 31458-31458/com.gst_sdk_tutorials.tutorial_5 
W/System.err:     at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1184)


More information about the gstreamer-devel mailing list