gstreamer/sys/androidmedia
Sebastian Dröge 0c93a82861 androidmedia: Fix crashes when loading the plugin in a standalone application on Android >= 4.4
Check if libnativehelper is loaded in the process and if
it has these awful wrappers for JNI_CreateJavaVM and
JNI_GetCreatedJavaVMs that crash the app if you don't
create a JniInvocation instance first. If it isn't we
just fail here and don't initialize anything.

See this code for reference:
https://android.googlesource.com/platform/libnativehelper/+/master/JniInvocation.cpp
2014-06-02 11:18:38 +02:00
..
gstamc-constants.h androidmedia: Add a new QCOM color format 2014-05-23 15:19:36 +02:00
gstamc.c androidmedia: Fix crashes when loading the plugin in a standalone application on Android >= 4.4 2014-06-02 11:18:38 +02:00
gstamc.h androidmedia: Add exceptions from the Java API to error messages, and post more error/warning messages overall 2014-05-30 16:36:11 +02:00
gstamcaudiodec.c androidmedia: Add exceptions from the Java API to error messages, and post more error/warning messages overall 2014-05-30 16:36:11 +02:00
gstamcaudiodec.h amcaudiodec: Calculate number of samples per frame for MP3 and use that 2014-02-14 12:51:50 +01:00
gstamcvideodec.c androidmedia: Add exceptions from the Java API to error messages, and post more error/warning messages overall 2014-05-30 16:36:11 +02:00
gstamcvideodec.h androidmedia: add gst_amc_color_format_copy 2014-05-26 16:29:01 +02:00
gstamcvideoenc.c androidmedia: Add exceptions from the Java API to error messages, and post more error/warning messages overall 2014-05-30 16:36:11 +02:00
gstamcvideoenc.h androidmedia: add gst_amc_color_format_copy 2014-05-26 16:29:01 +02:00
Makefile.am androidmedia: add support for video encoding 2014-05-23 09:37:54 +02:00