Merge branch 'master' of ssh://git.freedesktop.org/git/gstreamer/gst-python
This commit is contained in:
commit
39614613a0
@ -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…
x
Reference in New Issue
Block a user