summaryrefslogtreecommitdiff
path: root/ext/openni2/gstopenni2src.cpp
Commit message (Expand)AuthorAgeFilesLines
* openni2: allow per feature registrationStéphane Cerveau2021-03-231-8/+2
* Mark more plugin GTypes as plugin APITim-Philipp Müller2020-06-191-0/+2
* openni2: Remove spurious gtk-doc markersPhilippe Normand2020-03-151-3/+3
* remove various useless linefeed in logsStéphane Cerveau2019-12-111-3/+3
* doc: remove xml from commentsMathieu Duponchelle2019-05-291-15/+10
* 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-031-72/+97
* openni2src: Close device when stopping the streamArun Raghavan2014-07-031-0/+2
* openni2src: Fix timestampingArun Raghavan2014-07-031-9/+26
* 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-031-36/+47
* 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-021-0/+635