summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2015-08-18android: Fix video rendering after GstPlayerVideoRenderer refactoringSebastian Dröge1-3/+6
2015-05-11android: Unref player in native_free()Sebastian Dröge1-0/+1
2015-05-11README.md formatting.Sebastian Roth1-1/+7
2015-05-08android: Fix Windows build of the appSebastian Roth1-1/+8
2015-05-07android: Use gradle & ndk-build combo to generate the Android AppSebastian Roth28-280/+932
2015-05-06android: fixed compilation errorAlex Moreno2-1/+2
2015-05-06android: check return values from JNI methods in 'JNI_OnLoad'Alex Moreno1-2/+11
2015-05-06android: remove unused variable 'gst_app_thread'Alex Moreno1-1/+0
2015-05-04android: Add gstplayer-media-info.c to the buildSebastian Dröge1-1/+1
2015-03-06Stop using GSlice for allocations, it's deprecated soon and slower than mallo...Sebastian Dröge1-2/+2
2015-03-03android: Cast pointers to gintptr to simplify codeXavier Claessens1-11/+2
2015-03-01Update Android bindings to the latest APISebastian Dröge2-21/+77
2014-11-12android: Link against GLib 2.0 as it is necessaryThibault Saunier1-1/+1
2014-08-07Fix indention with gst-indentSebastian Dröge1-1/+1
2014-08-05Implement seek throttlingSebastian Dröge2-33/+1
2014-08-03Add our own error domain and codeSebastian Dröge5-8/+173
2014-08-03Move dispatch-to-main-context out of the constructor and make it a normal pro...Sebastian Dröge1-1/+1
2014-08-03Add initial build system with docs and tests and magicSebastian Dröge1-0/+10
2014-08-02Move library around into a proper directorySebastian Dröge2-2/+2
2014-07-28Add start of an Android playerSebastian Dröge6-0/+1109