This is an automatic generated email to let you know that the following patch were queued:
Subject: media: Documentation: Add "stream" into glossary Author: Sakari Ailus <[email protected]> Date: Wed Oct 11 21:33:19 2023 +0300 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]> Documentation/userspace-api/media/glossary.rst | 5 +++++ 1 file changed, 5 insertions(+) --- 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**
