new plugin: Android hardware sensor source
authorMartin Kelly <martin@surround.io>
Tue, 12 Jul 2016 21:51:47 +0000 (14:51 -0700)
committerOlivier CrĂȘte <olivier.crete@collabora.com>
Thu, 14 Jul 2016 21:13:30 +0000 (17:13 -0400)
commita04e6b0cb2863b960c54ad5decc6d3a9a3a2bd42
treeba6839aee355a98710fb5fc168f09ada633c0e79
parentea443a3fcc4e5cdd76b986b594f0d653eb72f6a5
new plugin: Android hardware sensor source

ahssrc is a new plugin that enables Gstreamer to read from the
android.hardware.Sensor Android sensors. These sensors are treated as
buffers and can be passed through and manipulated by the pipeline.

https://bugzilla.gnome.org/show_bug.cgi?id=768110
sys/androidmedia/Makefile.am
sys/androidmedia/gst-android-hardware-sensor.c [new file with mode: 0644]
sys/androidmedia/gst-android-hardware-sensor.h [new file with mode: 0644]
sys/androidmedia/gstahssrc.c [new file with mode: 0644]
sys/androidmedia/gstahssrc.h [new file with mode: 0644]
sys/androidmedia/gstamc.c
sys/androidmedia/gstsensors.h [new file with mode: 0644]
sys/androidmedia/org/freedesktop/gstreamer/androidmedia/GstAhsCallback.java [new file with mode: 0644]