Function

Gst-1.0Gstcheck_versionSince 1.28

  • Applications might want to check if the runtime GStreamer version is greater or equal to the version specified using major, minor and micro.

    Parameters

    • major: number

      Major version number

    • minor: number

      Minor version number

    • micro: number

      Micro version number

    Returns boolean

    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.

    1.28