v4l2: CAPTURE_MPLANE is well tested now

https://bugzilla.gnome.org/show_bug.cgi?id=722128
This commit is contained in:
Nicolas Dufresne 2014-02-10 17:08:25 -05:00
parent 2a870d7d9b
commit a1db7e8c6c

View file

@ -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;
}