summaryrefslogtreecommitdiff
path: root/sys/androidmedia/org
AgeCommit message (Collapse)AuthorFilesLines
2016-07-14new plugin: Android hardware sensor sourceMartin Kelly1-0/+54
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
2016-01-29amcvideodec: set our data pointer in java to NULL on closeMatthew Waters1-2/+2
The frame available callback can be called after deconfiguring the amc codec. Guard against this by setting the back pointer to NULL on close() and ignoring any NULL data pointer. https://bugzilla.gnome.org/show_bug.cgi?id=761014
2016-01-21ahcsrc: porting from 0.10 to 1.0Justin Kim1-0/+60
2015-10-21androidmedia: Add support for GL output in amcvideodecMatthieu Bouron1-0/+43
https://bugzilla.gnome.org/show_bug.cgi?id=731204