Major version number
Minor version number
Micro version number
true if the GStreamer version is greater or equal to major.minor.micro, false otherwise. Also this function returns false when checking for a different major version to the current one, as major version bumps are ABI breaks anyway.
Applications might want to check if the runtime GStreamer version is greater or equal to the version specified using
major,minorandmicro.