aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSakari Ailus <[email protected]>2023-10-11 21:33:19 +0300
committerHans Verkuil <[email protected]>2024-04-29 14:56:36 +0200
commit7ba432f01c8a59a7b9345095c98dce6983dd7aea (patch)
treef6a375728cc73fb00ff9cdb4d46e1c68cdb2b8fe
parentc580efb94abed05f99bb80245abe96cf5d49128c (diff)
media: Documentation: Add "stream" into glossary
Add term "stream" to the glossary of the Media subsystem documentation. Signed-off-by: Sakari Ailus <[email protected]> Reviewed-by: Tomi Valkeinen <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
-rw-r--r--Documentation/userspace-api/media/glossary.rst5
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**