aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/media/uapi/mediactl
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2018-07-25 09:26:04 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-07-27 06:39:57 -0400
commit443eaa359be191f407bcfd52242cf3ce126d906a (patch)
tree52dbcf85eede660939db9e347dfd273fa520e919 /Documentation/media/uapi/mediactl
parentmedia: venus: add HEVC codec support (diff)
downloadlinux-dev-443eaa359be191f407bcfd52242cf3ce126d906a.tar.xz
linux-dev-443eaa359be191f407bcfd52242cf3ce126d906a.zip
media: media-types.rst: codec entities can have more than one source pad
Some decoders and encoders can potentially have more than one source pad, so update the description to say 'at least one source pad'. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation/media/uapi/mediactl')
-rw-r--r--Documentation/media/uapi/mediactl/media-types.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/media/uapi/mediactl/media-types.rst b/Documentation/media/uapi/mediactl/media-types.rst
index 7b17acc049cf..0e9adc7869b8 100644
--- a/Documentation/media/uapi/mediactl/media-types.rst
+++ b/Documentation/media/uapi/mediactl/media-types.rst
@@ -192,12 +192,13 @@ Types and flags used to represent the media graph elements
* - ``MEDIA_ENT_F_PROC_VIDEO_ENCODER``
- Video (MPEG, HEVC, VPx, etc.) encoder. An entity capable of
- compressing video frames. Must have one sink pad and one source pad.
+ compressing video frames. Must have one sink pad and at least
+ one source pad.
* - ``MEDIA_ENT_F_PROC_VIDEO_DECODER``
- Video (MPEG, HEVC, VPx, etc.) decoder. An entity capable of
decompressing a compressed video stream into uncompressed video
- frames. Must have one sink pad and one source pad.
+ frames. Must have one sink pad and at least one source pad.
* - ``MEDIA_ENT_F_VID_MUX``
- Video multiplexer. An entity capable of multiplexing must have at