mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
gst-plugin-scanner: Do not create tracers when inspecting plugins
Ensuring that GST_TRACERS is not set in that process Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8086>
This commit is contained in:
parent
d929df61dd
commit
619b1df389
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@ main (int argc, char *argv[])
|
||||||
my_argv[0] = argv[0];
|
my_argv[0] = argv[0];
|
||||||
my_argv[1] = (char *) "--gst-disable-registry-update";
|
my_argv[1] = (char *) "--gst-disable-registry-update";
|
||||||
|
|
||||||
|
g_unsetenv ("GST_TRACERS");
|
||||||
|
|
||||||
#ifndef GST_DISABLE_REGISTRY
|
#ifndef GST_DISABLE_REGISTRY
|
||||||
_gst_disable_registry_cache = TRUE;
|
_gst_disable_registry_cache = TRUE;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue