v4l2object: Setup pool already send element error

This commit is contained in:
Nicolas Dufresne 2014-04-08 18:18:57 -04:00
parent 409cccb477
commit a721e54922

View file

@ -2709,8 +2709,7 @@ set_parm_failed:
} }
pool_failed: pool_failed:
{ {
GST_ELEMENT_ERROR (v4l2object->element, RESOURCE, SETTINGS, /* setup_pool already send the error */
(_("Video device could not create buffer pool.")), GST_ERROR_SYSTEM);
return FALSE; return FALSE;
} }
} }