mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
v4l2transform: decide_allocation returns a boolean
This commit is contained in:
parent
cf788c9ec7
commit
1635697f7e
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ gst_v4l2_transform_decide_allocation (GstBaseTransform * trans,
|
|||
activate_failed:
|
||||
GST_ELEMENT_ERROR (self, RESOURCE, SETTINGS,
|
||||
("failed to activate bufferpool"), ("failed to activate bufferpool"));
|
||||
return GST_FLOW_ERROR;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
|
Loading…
Reference in a new issue