From df662b59043e61895ad52dca7e611e12d2b1af47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 23 Apr 2025 09:28:16 +0300 Subject: [PATCH] aja: Use the correct location of the AJA NTV2 SDK in the docs Also there is no longer a proprietary version of it. Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4381 Part-of: --- subprojects/gst-plugins-bad/sys/aja/plugin.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/subprojects/gst-plugins-bad/sys/aja/plugin.cpp b/subprojects/gst-plugins-bad/sys/aja/plugin.cpp index fa0502b20e..07c9b75fbb 100644 --- a/subprojects/gst-plugins-bad/sys/aja/plugin.cpp +++ b/subprojects/gst-plugins-bad/sys/aja/plugin.cpp @@ -22,9 +22,8 @@ * * Plugin for [AJA](https://www.aja.com) capture and output cards. * - * This plugin requires the AJA NTV2 SDK version 16 or newer and works with - * both the [Open Source](https://github.com/aja-video/ntv2.git) and - * [proprietary](https://www.aja.com/family/developer) version. + * This plugin requires the AJA NTV2 SDK version 17 or newer and works with + * The AJA SDK can be found [here](https://github.com/aja-video/libajantv2). * * Since: 1.24 *