mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
v4l2: CAPTURE_MPLANE is well tested now
https://bugzilla.gnome.org/show_bug.cgi?id=722128
This commit is contained in:
parent
2a870d7d9b
commit
a1db7e8c6c
1 changed files with 0 additions and 3 deletions
|
@ -513,9 +513,6 @@ gst_v4l2_adjust_buf_type (GstV4l2Object * v4l2object)
|
|||
break;
|
||||
case V4L2_BUF_TYPE_VIDEO_CAPTURE:
|
||||
if (v4l2object->vcap.capabilities & CHECK_CAPS) {
|
||||
/* FIXME: for now it's an untested case so just put a warning */
|
||||
GST_WARNING ("untested V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE");
|
||||
|
||||
GST_DEBUG ("adjust type to multi-planar capture");
|
||||
v4l2object->type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue