GST_CHECK_VERSION: Fix unexpected "git = next version" assumption
authorPhilippe Normand <philn@igalia.com>
Thu, 26 May 2022 14:26:40 +0000 (15:26 +0100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 28 Jul 2022 08:52:13 +0000 (08:52 +0000)
commit53800b308ba06f7655d09694d7a3cc58d894fcd2
treeb078a1bdaa9e43b4ea835d1089f481d31f78b15f
parent8e6872a36eb0cf98bf40e7230721cf5dd0c38408
GST_CHECK_VERSION: Fix unexpected "git = next version" assumption

1.21.0.1 should not satisfy a check for 1.22.0.

If someone needs more control they should do a feature check for
the symbol in the headers or lib.

Based on a similar patch by Tim-Philipp Müller for libnice.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2501>
subprojects/gstreamer/gst/gstversion.h.in