mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-01 09:34:10 -04:00
media: staging/media/omap4iss/iss_video.c: videobuf -> vb2
Rename 'videobuf' to 'vb2' in the comment. This avoids confusing terminology since 'videobuf' typically refers to the old vb1 framework. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
6be954808a
commit
77423a62db
@@ -843,7 +843,7 @@ iss_video_dqbuf(struct file *file, void *fh, struct v4l2_buffer *b)
|
||||
* processing might be possible but requires more testing.
|
||||
*
|
||||
* Stream start must be delayed until buffers are available at both the input
|
||||
* and output. The pipeline must be started in the videobuf queue callback with
|
||||
* and output. The pipeline must be started in the vb2 queue callback with
|
||||
* the buffers queue spinlock held. The modules subdev set stream operation must
|
||||
* not sleep.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user