summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)AuthorFilesLines
2017-05-09Remove duplicated static gstreamer buildNicolas Dufresne1-2/+1
2017-03-08Fix the build according to the plugin renameNicolas Dufresne1-12/+0
2017-01-05android: Put assets in src/main/assets by defaultArun Raghavan1-6/+10
2017-01-04ndk-build: Provide API for requesting the Java VMSebastian Dröge1-2/+14
2016-10-24xcode data: Fix typo in ca-certificates.crtOlivier Crête1-1/+1
2016-08-12android: Fix Android build on WindowsAndy Devar1-13/+15
2016-08-10android: Fix soname with custom GStreamer .so filenamesSebastian Dröge1-1/+1
2016-07-06android: Remove \n from the source generatorSebastian Dröge1-4/+4
2016-07-04android: Instead of cat | sed, use sed directly on the fileSebastian Dröge1-4/+2
2016-07-01android: Silence the sed linesOlivier Crête1-2/+2
2016-06-30android: Fix sed substitutions to actually consider the configurationSebastian Dröge1-3/+3
2016-06-07android: Don't use 'sed -i' to be compatible with BSD sedSebastian Dröge1-18/+26
2016-06-07android: Work around NDK ABI incompatibility around bsd_signal/signal in a di...Sebastian Dröge1-1/+29
2016-05-14android: Work around NDK ABI incompatibilitySebastian Dröge1-0/+11
2016-03-29ndk-build: Rename HOST_PKG_CONFIG to PKG_CONFIG_PATHSebastian Dröge1-4/+4
2016-03-29ndk-build: Set SED ourselves instead of relying on Android's HOST_SEDSebastian Dröge2-26/+16
2016-03-02ndk-build: Windows by default appends commands one after another in foreachXavi Artigas1-3/+3
2016-03-01android: Fix extraneous spaces in path when copying plugins' java codeXavi Artigas1-5/+3
2015-12-14gstreamer-1.0.mk: fix missing ";" bugMartin Kelly1-3/+3
2015-11-07android: Add SONAME to libgstreamer_android.so for compatibility with Android...Alex Dizengof1-1/+1
2015-08-14gst-android: ld.gold is now available for ARM64Nicolas Dufresne1-5/+1
2015-08-14android: Import definition of HOST_SEDNicolas Dufresne1-0/+10
2015-06-25android: It's GST_REGISTRY_REUSE_PLUGIN_SCANNER not GST_REUSE_PLUGIN_SCANNERSebastian Dröge1-1/+1
2015-06-18Provide "%s" as format string instead of just the stringSebastian Dröge1-1/+1
2015-06-18Tell the androidmedia plugin about our Java VM we get in JNI_OnLoad() if we canSebastian Dröge1-0/+13
2015-05-04ndk-build: Make gst_android_load_gio_modules() and gst_android_register_stati...Sebastian Dröge1-2/+2
2015-05-04ndk-build: Make gst_android_init() non-static to allow calling it from native...Sebastian Dröge1-3/+9
2015-05-04ndk-build: Make some more functions staticSebastian Dröge1-6/+6
2015-05-04ndk-build: Remove GStreamer 0.10 filesSebastian Dröge2-621/+0
2015-05-04gst-android: Add gst_android_get_{context|class_loader} functionsMatthieu Bouron1-0/+82
2015-05-04gst-android: Automatically install plugins java classesMatthieu Bouron1-0/+16
2015-05-04gst-android: rename confusing klass argument of the gst_android_init methodMatthieu Bouron1-2/+2
2015-01-29data/ndk: ld.gold is not available on aarch64 toolchainsEdward Hervey1-1/+5
2014-11-15Remove all references to GNonLin, it has been replaced by NLEThibault Saunier1-1/+0
2014-09-17ios: Add VideoToolbox as a weak framework to the project templatesSebastian Dröge1-1/+1
2014-06-28ios-templates: Fix variable nameSebastian Dröge1-1/+1
2014-06-03gst-android: Make the directory where to put the GStreamer.java file configur...Sebastian Dröge1-8/+12
2014-05-23Handle failures when failed to get cache/file directories on Android more gra...Sebastian Dröge1-2/+41
2014-05-23wix: add the package directory in the properties listAndoni Morales Alastruey1-0/+1
2014-03-13Include ca-certificates on Android and iOSSebastian Dröge4-4/+50
2014-03-12Stop namespace pollution and claiming to come from gstreamer.comSebastian Dröge12-28/+28
2014-03-12gst-android: Make inclusion and copying of the fonts optionalSebastian Dröge2-41/+54
2014-03-10gio-modules: Rename from G_IO_MODULE_DECLARE to GST_G_IO_MODULE_DECLARESebastian Dröge5-18/+10
2014-03-07Load static GIO modules directly instead of going through dlopen() on the exe...Sebastian Dröge2-0/+20
2014-02-25Don't override SYSROOT for our usageSebastian Dröge1-3/+5
2013-10-10ndk-build: fix parsing of libtool libraries for multi archAndoni Morales Alastruey1-4/+0
2013-10-03ndk-build: fix support for changing list of GSTREAMRE_PLUGINSAndoni Morales Alastruey1-4/+8
2013-10-02ndk-build: let the user do the switch for setting the prefixAndoni Morales Alastruey1-10/+0
2013-10-02ndk-build: support a custom library nameAndoni Morales Alastruey1-0/+2
2013-10-02ndk-build: add support for multi-arch buildsAndoni Morales Alastruey2-26/+46