summaryrefslogtreecommitdiff
path: root/ext/openni2
Commit message (Expand)AuthorAgeFilesLines
* openni2: allow per feature registrationStéphane Cerveau2021-03-233-13/+5
* Mark more plugin GTypes as plugin APITim-Philipp Müller2020-06-191-0/+2
* meson: Pass native: false to add_languages()Nirbheek Chauhan2020-05-131-1/+1
* openni2: Remove spurious gtk-doc markersPhilippe Normand2020-03-151-3/+3
* remove various useless linefeed in logsStéphane Cerveau2019-12-111-3/+3
* Remove autotools build systemTim-Philipp Müller2019-10-141-21/+0
* meson: add more plugins to plugins listTim-Philipp Müller2019-05-301-0/+1
* doc: remove xml from commentsMathieu Duponchelle2019-05-292-24/+13
* meson: build openni2 pluginTim-Philipp Müller2018-12-171-0/+17
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-2/+1
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-2/+1
* openni2src: do not leak poolOgnyan Tonchev2014-09-161-0/+2
* openni2src: Fix unitialized variable compiler warningSebastian Dröge2014-07-211-0/+3
* openni2src: Add proper clean up of OpenNI2 objectsArun Raghavan2014-07-031-4/+13
* openni2src: Don't embed C++ objects in our GObjectArun Raghavan2014-07-032-75/+100
* openni2src: Close device when stopping the streamArun Raghavan2014-07-031-0/+2
* openni2src: Fix timestampingArun Raghavan2014-07-032-9/+29
* openni2src: Make the location property not be mandatoryArun Raghavan2014-07-031-4/+0
* openni2src: Open device on NULL->READYArun Raghavan2014-07-031-10/+11
* openni2src: Fix deadlock when _get_caps() is called before READYArun Raghavan2014-07-031-8/+10
* openni2src: Mark element as a live sourceArun Raghavan2014-07-031-0/+1
* openni2src: Check color formatSebastian Dröge2013-12-031-5/+6
* openni2src: Add support for the video metaSebastian Dröge2013-12-031-0/+5
* openni2src: Use GstVideoFrame API for better handling of stridesSebastian Dröge2013-12-032-37/+48
* openni2src: Fix buffer handling to actually work and properly timestamp buffersSebastian Dröge2013-12-031-29/+33
* openni2src: Don't shut down library when finalizing an element instanceSebastian Dröge2013-12-031-1/+0
* openni2src: Fix negotiation and creation of a video buffer poolSebastian Dröge2013-12-031-0/+49
* openni2src: Use debug category properlySebastian Dröge2013-12-031-3/+5
* openni2src: Classification of the element should be Source/VideoSebastian Dröge2013-12-021-1/+1
* openni2src: Use GstVideoInfo to create caps and don't leak themSebastian Dröge2013-12-021-21/+13
* openni2src: Some random cleanup and minor fixesSebastian Dröge2013-12-021-110/+117
* openni: Add OpenNNI2 pluginMiguel Casas-Sanchez2013-12-024-0/+802