Value | Meaning |
---|---|
NONE0 | no special flags |
RECURSE1 | recurse into subdirectories |
PATHS_ARE_DEFAULT_ONLY2 | use paths argument only if none of the environment variables is set |
FILE_NAME_IS_SUFFIX4 | interpret filename argument as filter suffix and check all matching files in the directory |
FILE_NAME_IS_PREFIX8 | interpret filename argument as filter prefix and check all matching files in the directory. Since 1.8. |
PATHS_ARE_RELATIVE_TO_EXE16 | interpret non-absolute paths as relative to the main executable directory. Since 1.14. |
Flags used in connection with gst_plugin_add_dependency().