mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
checks: and check the right env-var (fixup last commit)
This commit is contained in:
parent
6a3e15373c
commit
d2aa01c2de
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ setup (void)
|
||||||
const gchar *STATE_IGNORE_ELEMENTS = NULL;
|
const gchar *STATE_IGNORE_ELEMENTS = NULL;
|
||||||
|
|
||||||
GST_DEBUG ("getting elements for package %s", PACKAGE);
|
GST_DEBUG ("getting elements for package %s", PACKAGE);
|
||||||
STATE_IGNORE_ELEMENTS = g_getenv ("STATE_IGNORE_ELEMENTS");
|
STATE_IGNORE_ELEMENTS = g_getenv ("GST_STATE_IGNORE_ELEMENTS");
|
||||||
if (!g_getenv ("GST_NO_STATE_IGNORE_ELEMENTS") && STATE_IGNORE_ELEMENTS) {
|
if (!g_getenv ("GST_NO_STATE_IGNORE_ELEMENTS") && STATE_IGNORE_ELEMENTS) {
|
||||||
GST_DEBUG ("Will ignore element factories: '%s'", STATE_IGNORE_ELEMENTS);
|
GST_DEBUG ("Will ignore element factories: '%s'", STATE_IGNORE_ELEMENTS);
|
||||||
ignorelist = g_strsplit (STATE_IGNORE_ELEMENTS, " ", 0);
|
ignorelist = g_strsplit (STATE_IGNORE_ELEMENTS, " ", 0);
|
||||||
|
|
Loading…
Reference in a new issue