PluginDependencyFlags
Description:
[ CCode ( cprefix = "GST_PLUGIN_DEPENDENCY_FLAG_" , type_id = "gst_plugin_dependency_flags_get_type ()" ) ]
[ Flags ]
public enum PluginDependencyFlags
Content:
Enum values:
- FILE_NAME_IS_PREFIX -
interpret filename argument as filter prefix and check all matching files in the directory.
- FILE_NAME_IS_SUFFIX -
interpret filename argument as filter suffix and check all matching files in the directory
- NONE - no special flags
- PATHS_ARE_DEFAULT_ONLY -
use paths argument only if none of the environment variables is set
- PATHS_ARE_RELATIVE_TO_EXE -
interpret non-absolute paths as relative to the main executable directory.
- RECURSE - recurse into
subdirectories