media: media-types.rst: fix type, small improvements
data conector -> connector ... -> etc. '...' looked odd when my browser put the ... by itself on the next line, 'etc.' is clearer IMHO. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
afd1179d56
commit
28aeead6c4
|
@ -293,7 +293,7 @@ Types and flags used to represent the media graph elements
|
||||||
|
|
||||||
- ``MEDIA_ENT_F_PROC_VIDEO_STATISTICS``
|
- ``MEDIA_ENT_F_PROC_VIDEO_STATISTICS``
|
||||||
|
|
||||||
- Video statistics computation (histogram, 3A, ...). An entity
|
- Video statistics computation (histogram, 3A, etc.). An entity
|
||||||
capable of statistics computation must have one sink pad and
|
capable of statistics computation must have one sink pad and
|
||||||
one source pad. It computes statistics over the frames
|
one source pad. It computes statistics over the frames
|
||||||
received on its sink pad and outputs the statistics data on
|
received on its sink pad and outputs the statistics data on
|
||||||
|
@ -318,8 +318,8 @@ Types and flags used to represent the media graph elements
|
||||||
- Video interface bridge. A video interface bridge entity must have at
|
- Video interface bridge. A video interface bridge entity must have at
|
||||||
least one sink pad and at least one source pad. It receives video
|
least one sink pad and at least one source pad. It receives video
|
||||||
frames on its sink pad from an input video bus of one type (HDMI, eDP,
|
frames on its sink pad from an input video bus of one type (HDMI, eDP,
|
||||||
MIPI CSI-2, ...), and outputs them on its source pad to an output
|
MIPI CSI-2, etc.), and outputs them on its source pad to an output
|
||||||
video bus of another type (eDP, MIPI CSI-2, parallel, ...).
|
video bus of another type (eDP, MIPI CSI-2, parallel, etc.).
|
||||||
|
|
||||||
- .. row 31
|
- .. row 31
|
||||||
|
|
||||||
|
@ -348,7 +348,7 @@ Types and flags used to represent the media graph elements
|
||||||
- ``MEDIA_ENT_FL_DEFAULT``
|
- ``MEDIA_ENT_FL_DEFAULT``
|
||||||
|
|
||||||
- Default entity for its type. Used to discover the default audio,
|
- Default entity for its type. Used to discover the default audio,
|
||||||
VBI and video devices, the default camera sensor, ...
|
VBI and video devices, the default camera sensor, etc.
|
||||||
|
|
||||||
- .. row 2
|
- .. row 2
|
||||||
|
|
||||||
|
@ -356,7 +356,7 @@ Types and flags used to represent the media graph elements
|
||||||
|
|
||||||
- ``MEDIA_ENT_FL_CONNECTOR``
|
- ``MEDIA_ENT_FL_CONNECTOR``
|
||||||
|
|
||||||
- The entity represents a data conector
|
- The entity represents a connector.
|
||||||
|
|
||||||
|
|
||||||
.. tabularcolumns:: |p{6.5cm}|p{6.0cm}|p{5.0cm}|
|
.. tabularcolumns:: |p{6.5cm}|p{6.0cm}|p{5.0cm}|
|
||||||
|
|
Loading…
Reference in New Issue