v4l2: CAPTURE_MPLANE is well tested now
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Mon, 10 Feb 2014 22:08:25 +0000 (17:08 -0500)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Tue, 25 Feb 2014 19:29:10 +0000 (14:29 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=722128

sys/v4l2/v4l2_calls.c

index 96ea97f..345d9b0 100644 (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;
       }