gentlsrc: allow interface to be reopened in same process
This commit is contained in:
parent
872988255e
commit
8520bf83c9
@ -1471,7 +1471,8 @@ gst_gentlsrc_cleanup_tl (GstGenTlSrc * src)
|
|||||||
g_mutex_unlock (&klass->tl_mutex);
|
g_mutex_unlock (&klass->tl_mutex);
|
||||||
src->hTL = NULL;
|
src->hTL = NULL;
|
||||||
|
|
||||||
GTL_GCCloseLib ();
|
// don't close library, otherwise we can't reopen in the same process
|
||||||
|
//GTL_GCCloseLib ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user