mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
openni2src: Don't shut down library when finalizing an element instance
This commit is contained in:
parent
04e8d63597
commit
7a3eaa8f8a
1 changed files with 0 additions and 1 deletions
|
@ -681,5 +681,4 @@ openni2_finalise (GstOpenni2Src * src)
|
||||||
{
|
{
|
||||||
src->depth.destroy ();
|
src->depth.destroy ();
|
||||||
src->color.destroy ();
|
src->color.destroy ();
|
||||||
openni::OpenNI::shutdown ();
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue