From a1db7e8c6cbac373ed925b62e35e0778dfc3b1df Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Mon, 10 Feb 2014 17:08:25 -0500 Subject: [PATCH] v4l2: CAPTURE_MPLANE is well tested now https://bugzilla.gnome.org/show_bug.cgi?id=722128 --- sys/v4l2/v4l2_calls.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/v4l2/v4l2_calls.c b/sys/v4l2/v4l2_calls.c index 96ea97f..345d9b0 100644 --- a/sys/v4l2/v4l2_calls.c +++ b/sys/v4l2/v4l2_calls.c @@ -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; } -- 2.7.4