From 7aa68c7882a93a3e0e657fc0e4cb57f5c392572a Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Fri, 25 Jul 2025 18:21:30 +0100 Subject: [PATCH] Documentation: application: Update mediactl URL The linux kernel documentation for the Media Controller has moved. Update the URL accordingly to the new location. The existing link pointed to the 'introduction' page - but this isn't easy to identify or get an overview of the full documentation available for media controller. Instead point the link to the top level of the media controller userspace API pages. Signed-off-by: Kieran Bingham Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart --- Documentation/guides/application-developer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/guides/application-developer.rst b/Documentation/guides/application-developer.rst index 6501345a..4a18ae3a 100644 --- a/Documentation/guides/application-developer.rst +++ b/Documentation/guides/application-developer.rst @@ -54,7 +54,7 @@ the `Linux Media Controller`_ and `Video for Linux`_ (V4L2) APIs, meaning that an application doesn't need to handle device or driver specific details. .. _CameraManager: https://libcamera.org/api-html/classlibcamera_1_1CameraManager.html -.. _Linux Media Controller: https://www.kernel.org/doc/html/latest/media/uapi/mediactl/media-controller-intro.html +.. _Linux Media Controller: https://www.kernel.org/doc/html/latest/userspace-api/media/mediactl/media-controller.html .. _Video for Linux: https://www.linuxtv.org/docs.php Before the ``int main()`` function, create a global shared pointer