X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=sys%2Fv4l2%2Fgstv4l2object.c;h=dd9f79b4a0e8230a2d4a8333127071f884eb0c3d;hb=4d3f6850cac63145b119ffe60cfb197e5d7e77cd;hp=1479b4185baf144ef97704d8d946d8a95f39164a;hpb=bf3a0b7e37c90d024e7950445614ef881f0e0a4d;p=platform%2Fupstream%2Fgstreamer.git diff --git a/sys/v4l2/gstv4l2object.c b/sys/v4l2/gstv4l2object.c index 1479b41..dd9f79b 100644 --- a/sys/v4l2/gstv4l2object.c +++ b/sys/v4l2/gstv4l2object.c @@ -2461,7 +2461,7 @@ invalid_pixelformat: get_parm_failed: { /* it's possible that this call is not supported */ - if (errno != EINVAL) { + if (errno != EINVAL && errno != ENOTTY) { GST_ELEMENT_WARNING (v4l2object->element, RESOURCE, SETTINGS, (_("Could not get parameters on device '%s'"), v4l2object->videodev), GST_ERROR_SYSTEM);