summaryrefslogtreecommitdiff
path: root/subprojects/gst-editing-services/RELEASE
diff options
context:
space:
mode:
authorThomas Goodwin <thomas.goodwin@laerdal.com>2024-03-19 08:57:43 -0400
committerTim-Philipp Müller <tim@centricular.com>2024-03-21 00:13:59 +0100
commit5a80a146f0d8905f5a92dbe58985ab46e5d407fe (patch)
tree77bbc0c523301ebaaf113e9b55f7036daf9eaf75 /subprojects/gst-editing-services/RELEASE
parent11c6432cca8e7c5a117d260336b211aabf8b3fda (diff)
gst-inspect: fix --atleast-version to be implicitly applied to --exists
The --atleast-version implies --exists, but the implementation in earlier commits had the version check applied any time the --exists was checked, and the default value of the major and minor versions were set to the GStreamer major and minor versions. The resulting behavior would have gst-inspect return '1' if the plugin's version didn't match gstreamer's even when --atleast-version was not specified in the command line args. The change in this patch removes that behavior and adds tests to verify that if --exists is specified WITHOUT --atleast-version the version check will NOT be applied. If both arguments are specified and the version does not match the arg-supplied version number, a new return code of '2' is used to uniquely identify the failure. Fixes #3246 Signed-off-by: Thomas Goodwin <thomas.goodwin@laerdal.com> Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6414>
Diffstat (limited to 'subprojects/gst-editing-services/RELEASE')
0 files changed, 0 insertions, 0 deletions