diff options
author | Sakari Ailus <sakari.ailus@linux.intel.com> | 2023-10-11 20:33:19 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2024-04-29 14:56:36 +0200 |
commit | 7ba432f01c8a59a7b9345095c98dce6983dd7aea (patch) | |
tree | f6a375728cc73fb00ff9cdb4d46e1c68cdb2b8fe /Documentation/userspace-api | |
parent | media: v4l2-subdev: Clearly document that the crop API won't be extended (diff) | |
download | linux-7ba432f01c8a59a7b9345095c98dce6983dd7aea.tar.xz linux-7ba432f01c8a59a7b9345095c98dce6983dd7aea.zip |
media: Documentation: Add "stream" into glossary
Add term "stream" to the glossary of the Media subsystem documentation.
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'Documentation/userspace-api')
-rw-r--r-- | Documentation/userspace-api/media/glossary.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/userspace-api/media/glossary.rst b/Documentation/userspace-api/media/glossary.rst index 96a360edbf3b..5759f4c78398 100644 --- a/Documentation/userspace-api/media/glossary.rst +++ b/Documentation/userspace-api/media/glossary.rst @@ -173,6 +173,11 @@ Glossary An integrated circuit that integrates all components of a computer or other electronic systems. + Stream + A distinct flow of data (image data or metadata) from an initial source + to a final sink. The initial source may be e.g. an image sensor and the + final sink e.g. a memory buffer. + V4L2 API **V4L2 userspace API** |