mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +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)
|
||||
{
|
||||
GstCaps *caps;
|
||||
GstBufferPool *pool, *other_pool = NULL;
|
||||
GstBufferPool *pool = NULL, *other_pool = NULL;
|
||||
GstStructure *config;
|
||||
guint size, min, max, own_min = 0;
|
||||
gboolean update;
|
||||
|
|
Loading…
Reference in a new issue