openni2src: Don't shut down library when finalizing an element instance
authorSebastian Dröge <sebastian@centricular.com>
Tue, 3 Dec 2013 13:35:42 +0000 (14:35 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 3 Dec 2013 13:35:42 +0000 (14:35 +0100)
ext/openni2/gstopenni2src.cpp

index d798a82..d7f770a 100644 (file)
@@ -681,5 +681,4 @@ openni2_finalise (GstOpenni2Src * src)
 {
   src->depth.destroy ();
   src->color.destroy ();
-  openni::OpenNI::shutdown ();
 }