GstPluginDependencyFlags

Flags used in connection with gst.plugin.Plugin.addDependency.

Values

ValueMeaning
None0

no special flags

Recurse1

recurse into subdirectories

PathsAreDefaultOnly2

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

FileNameIsSuffix4

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

FileNameIsPrefix8

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

PathsAreRelativeToExe16

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