mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 17:05:52 +00:00
meson: Do not print error logs when building the gir
This commit is contained in:
parent
b4b57ddcf8
commit
d75359b096
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ gir_init_section = [ '--add-init-section=' + \
|
||||||
'g_setenv("GST_REGISTRY_1.0", "/no/way/this/exists.reg", TRUE);' + \
|
'g_setenv("GST_REGISTRY_1.0", "/no/way/this/exists.reg", TRUE);' + \
|
||||||
'g_setenv("GST_PLUGIN_PATH_1_0", "", TRUE);' + \
|
'g_setenv("GST_PLUGIN_PATH_1_0", "", TRUE);' + \
|
||||||
'g_setenv("GST_PLUGIN_SYSTEM_PATH_1_0", "", TRUE);' + \
|
'g_setenv("GST_PLUGIN_SYSTEM_PATH_1_0", "", TRUE);' + \
|
||||||
|
'g_setenv("GST_DEBUG", "0", TRUE);' + \
|
||||||
'gst_init(NULL,NULL);' + \
|
'gst_init(NULL,NULL);' + \
|
||||||
'ges_init();' ]
|
'ges_init();' ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue