提交 18024ee2 编写于 作者: S Steven Toth 提交者: Mauro Carvalho Chehab

[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: NSteven Toth <stoth@kernellabs.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 106d7e37
...@@ -708,7 +708,6 @@ static int vidioc_querycap(struct file *file, void *priv, ...@@ -708,7 +708,6 @@ static int vidioc_querycap(struct file *file, void *priv,
cap->capabilities = cap->capabilities =
V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_VIDEO_CAPTURE |
V4L2_CAP_READWRITE | V4L2_CAP_READWRITE |
V4L2_CAP_STREAMING |
0; 0;
cap->capabilities |= V4L2_CAP_TUNER; cap->capabilities |= V4L2_CAP_TUNER;
......
...@@ -649,7 +649,6 @@ static int vidioc_querycap(struct file *file, void *priv, ...@@ -649,7 +649,6 @@ static int vidioc_querycap(struct file *file, void *priv,
cap->capabilities = cap->capabilities =
V4L2_CAP_VBI_CAPTURE | V4L2_CAP_VBI_CAPTURE |
V4L2_CAP_READWRITE | V4L2_CAP_READWRITE |
V4L2_CAP_STREAMING |
0; 0;
cap->capabilities |= V4L2_CAP_TUNER; cap->capabilities |= V4L2_CAP_TUNER;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册