summaryrefslogtreecommitdiff
path: root/ext/openni2
AgeCommit message (Expand)AuthorFilesLines
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-2/+1
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+1
2014-09-16openni2src: do not leak poolOgnyan Tonchev1-0/+2
2014-07-21openni2src: Fix unitialized variable compiler warningSebastian Dröge1-0/+3
2014-07-03openni2src: Add proper clean up of OpenNI2 objectsArun Raghavan1-4/+13
2014-07-03openni2src: Don't embed C++ objects in our GObjectArun Raghavan2-75/+100
2014-07-03openni2src: Close device when stopping the streamArun Raghavan1-0/+2
2014-07-03openni2src: Fix timestampingArun Raghavan2-9/+29
2014-07-03openni2src: Make the location property not be mandatoryArun Raghavan1-4/+0
2014-07-03openni2src: Open device on NULL->READYArun Raghavan1-10/+11
2014-07-03openni2src: Fix deadlock when _get_caps() is called before READYArun Raghavan1-8/+10
2014-07-03openni2src: Mark element as a live sourceArun Raghavan1-0/+1
2013-12-03openni2src: Check color formatSebastian Dröge1-5/+6
2013-12-03openni2src: Add support for the video metaSebastian Dröge1-0/+5
2013-12-03openni2src: Use GstVideoFrame API for better handling of stridesSebastian Dröge2-37/+48
2013-12-03openni2src: Fix buffer handling to actually work and properly timestamp buffersSebastian Dröge1-29/+33
2013-12-03openni2src: Don't shut down library when finalizing an element instanceSebastian Dröge1-1/+0
2013-12-03openni2src: Fix negotiation and creation of a video buffer poolSebastian Dröge1-0/+49
2013-12-03openni2src: Use debug category properlySebastian Dröge1-3/+5
2013-12-02openni2src: Classification of the element should be Source/VideoSebastian Dröge1-1/+1
2013-12-02openni2src: Use GstVideoInfo to create caps and don't leak themSebastian Dröge1-21/+13
2013-12-02openni2src: Some random cleanup and minor fixesSebastian Dröge1-110/+117
2013-12-02openni: Add OpenNNI2 pluginMiguel Casas-Sanchez4-0/+802