openni2src: Don't shut down library when finalizing an element instance
This commit is contained in:
parent
04e8d63597
commit
7a3eaa8f8a
@ -681,5 +681,4 @@ openni2_finalise (GstOpenni2Src * src)
|
|||||||
{
|
{
|
||||||
src->depth.destroy ();
|
src->depth.destroy ();
|
||||||
src->color.destroy ();
|
src->color.destroy ();
|
||||||
openni::OpenNI::shutdown ();
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user