mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 07:28:53 +00:00
v4l2object: Setup pool already send element error
This commit is contained in:
parent
409cccb477
commit
a721e54922
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue