[media] saa7164: Remove V4L2_CAP_STREAMING capability flag
Remove V4L2_CAP_STREAMING capability flag, we don't support the ioctls. It breaks VLC otherwise. Signed-off-by: Steven Toth <stoth@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
106d7e376f
commit
18024ee2df
@ -708,7 +708,6 @@ static int vidioc_querycap(struct file *file, void *priv,
|
||||
cap->capabilities =
|
||||
V4L2_CAP_VIDEO_CAPTURE |
|
||||
V4L2_CAP_READWRITE |
|
||||
V4L2_CAP_STREAMING |
|
||||
0;
|
||||
|
||||
cap->capabilities |= V4L2_CAP_TUNER;
|
||||
|
@ -649,7 +649,6 @@ static int vidioc_querycap(struct file *file, void *priv,
|
||||
cap->capabilities =
|
||||
V4L2_CAP_VBI_CAPTURE |
|
||||
V4L2_CAP_READWRITE |
|
||||
V4L2_CAP_STREAMING |
|
||||
0;
|
||||
|
||||
cap->capabilities |= V4L2_CAP_TUNER;
|
||||
|
Loading…
Reference in New Issue
Block a user