Module: Gst::PluginDependencyFlags

Defined in:
(unknown)

Constant Summary collapse

NONE =

no special flags

0 or :none
RECURSE =

recurse into subdirectories

1 or :recurse
PATHS_ARE_DEFAULT_ONLY =

use paths argument only if none of the environment variables is set

2 or :paths_are_default_only
FILE_NAME_IS_SUFFIX =

interpret filename argument as filter suffix and check all matching files in the directory

4 or :file_name_is_suffix
FILE_NAME_IS_PREFIX =

interpret filename argument as filter prefix and check all matching files in the directory. Since: 1.8.

8 or :file_name_is_prefix
PATHS_ARE_RELATIVE_TO_EXE =

interpret non-absolute paths as relative to the main executable directory. Since 1.14.

16 or :paths_are_relative_to_exe