mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 22:05:58 +00:00
Merge branch 'master' of ssh://git.freedesktop.org/git/gstreamer/gst-python
This commit is contained in:
commit
39614613a0
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ pygst_require (gchar * version)
|
|||
|
||||
/* We don't want the registry to be loaded when we import gst */
|
||||
if ((regupd = g_getenv ("GST_REGISTRY_UPDATE"))
|
||||
&& (!g_strcmp0 (regupd, "no")))
|
||||
&& (!strcmp (regupd, "no")))
|
||||
doupdate = FALSE;
|
||||
g_setenv ("GST_REGISTRY_UPDATE", "no", TRUE);
|
||||
|
||||
|
|
Loading…
Reference in a new issue