mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 09:08:14 +00:00
v4l2src: Update for basesrc API changes
This commit is contained in:
parent
b072c78270
commit
982148c07c
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ gst_v4l2src_decide_allocation (GstBaseSrc * bsrc, GstQuery * query)
|
||||||
else
|
else
|
||||||
gst_query_add_allocation_pool (query, pool, size, min, max);
|
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
|
static gboolean
|
||||||
|
|
Loading…
Reference in a new issue