Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sakari Ailus and committed by
Hans Verkuil
7ba432f0 c580efb9

+5
+5
Documentation/userspace-api/media/glossary.rst
··· 173 173 An integrated circuit that integrates all components of a computer 174 174 or other electronic systems. 175 175 176 + Stream 177 + A distinct flow of data (image data or metadata) from an initial source 178 + to a final sink. The initial source may be e.g. an image sensor and the 179 + final sink e.g. a memory buffer. 180 + 176 181 V4L2 API 177 182 **V4L2 userspace API** 178 183