mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
parent
bd51aa7aa8
commit
68953d8026
1 changed files with 1 additions and 1 deletions
|
@ -3060,7 +3060,7 @@ gboolean
|
||||||
gst_v4l2_object_decide_allocation (GstV4l2Object * obj, GstQuery * query)
|
gst_v4l2_object_decide_allocation (GstV4l2Object * obj, GstQuery * query)
|
||||||
{
|
{
|
||||||
GstCaps *caps;
|
GstCaps *caps;
|
||||||
GstBufferPool *pool, *other_pool = NULL;
|
GstBufferPool *pool = NULL, *other_pool = NULL;
|
||||||
GstStructure *config;
|
GstStructure *config;
|
||||||
guint size, min, max, own_min = 0;
|
guint size, min, max, own_min = 0;
|
||||||
gboolean update;
|
gboolean update;
|
||||||
|
|
Loading…
Reference in a new issue