v4l2src: Update for basesrc API changes

This commit is contained in:
Sebastian Dröge 2012-05-01 13:31:51 +02:00
parent b072c78270
commit 982148c07c

View file

@ -621,7 +621,7 @@ gst_v4l2src_decide_allocation (GstBaseSrc * bsrc, GstQuery * query)
else
gst_query_add_allocation_pool (query, pool, size, min, max);
return TRUE;
return GST_BASE_SRC_CLASS (parent_class)->decide_allocation (bsrc, query);
}
static gboolean