v4l2transform: decide_allocation returns a boolean

This commit is contained in:
Nicolas Dufresne 2014-04-08 18:54:50 -04:00
parent cf788c9ec7
commit 1635697f7e

View file

@ -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