diff --git a/sys/v4l2/gstv4l2object.c b/sys/v4l2/gstv4l2object.c index 661d6d3983..33641e5505 100644 --- a/sys/v4l2/gstv4l2object.c +++ b/sys/v4l2/gstv4l2object.c @@ -2709,8 +2709,7 @@ set_parm_failed: } pool_failed: { - GST_ELEMENT_ERROR (v4l2object->element, RESOURCE, SETTINGS, - (_("Video device could not create buffer pool.")), GST_ERROR_SYSTEM); + /* setup_pool already send the error */ return FALSE; } }