[v1,2/6] Documentation: guides: pipeline-handler: Fix property list file name
diff mbox series

Message ID 20241209174806.283905-2-barnabas.pocze@ideasonboard.com
State New
Headers show
Series
  • [v1,1/6] Documentation: guides: pipeline-handler: Fix camera creation
Related show

Commit Message

Barnabás Pőcze Dec. 9, 2024, 5:48 p.m. UTC
It is `property_ids_core.yaml`.

Signed-off-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>
---
 Documentation/guides/pipeline-handler.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Kieran Bingham Dec. 10, 2024, 1:37 p.m. UTC | #1
Quoting Barnabás Pőcze (2024-12-09 17:48:02)
> It is `property_ids_core.yaml`.
> 
> Signed-off-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>

Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

> ---
>  Documentation/guides/pipeline-handler.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/guides/pipeline-handler.rst b/Documentation/guides/pipeline-handler.rst
> index 94527c401..1574fe738 100644
> --- a/Documentation/guides/pipeline-handler.rst
> +++ b/Documentation/guides/pipeline-handler.rst
> @@ -592,11 +592,11 @@ immutable properties of the ``Camera`` device.
>  The libcamera controls and properties are defined in YAML form which is
>  processed to automatically generate documentation and interfaces. Controls are
>  defined by the src/libcamera/`control_ids_core.yaml`_ file and camera properties
> -are defined by src/libcamera/`properties_ids_core.yaml`_.
> +are defined by src/libcamera/`property_ids_core.yaml`_.
>  
>  .. _controls framework: https://libcamera.org/api-html/controls_8h.html
>  .. _control_ids_core.yaml: https://libcamera.org/api-html/control__ids_8h.html
> -.. _properties_ids_core.yaml: https://libcamera.org/api-html/property__ids_8h.html
> +.. _property_ids_core.yaml: https://libcamera.org/api-html/property__ids_8h.html
>  
>  Pipeline handlers can optionally register the list of controls an application
>  can set as well as a list of immutable camera properties. Being both
> -- 
> 2.47.1
>

Patch
diff mbox series

diff --git a/Documentation/guides/pipeline-handler.rst b/Documentation/guides/pipeline-handler.rst
index 94527c401..1574fe738 100644
--- a/Documentation/guides/pipeline-handler.rst
+++ b/Documentation/guides/pipeline-handler.rst
@@ -592,11 +592,11 @@  immutable properties of the ``Camera`` device.
 The libcamera controls and properties are defined in YAML form which is
 processed to automatically generate documentation and interfaces. Controls are
 defined by the src/libcamera/`control_ids_core.yaml`_ file and camera properties
-are defined by src/libcamera/`properties_ids_core.yaml`_.
+are defined by src/libcamera/`property_ids_core.yaml`_.
 
 .. _controls framework: https://libcamera.org/api-html/controls_8h.html
 .. _control_ids_core.yaml: https://libcamera.org/api-html/control__ids_8h.html
-.. _properties_ids_core.yaml: https://libcamera.org/api-html/property__ids_8h.html
+.. _property_ids_core.yaml: https://libcamera.org/api-html/property__ids_8h.html
 
 Pipeline handlers can optionally register the list of controls an application
 can set as well as a list of immutable camera properties. Being both