mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-01 01:33:52 +00:00
v4l2sink: Size variable should be a guint and not a gsize
This commit is contained in:
parent
add1cbdbd8
commit
dc14c1ffc9
1 changed files with 1 additions and 1 deletions
|
@ -625,7 +625,7 @@ gst_v4l2sink_setup_allocation (GstBaseSink * bsink, GstQuery * query)
|
|||
GstV4l2Sink *v4l2sink = GST_V4L2SINK (bsink);
|
||||
GstV4l2Object *obj = v4l2sink->v4l2object;
|
||||
GstBufferPool *pool;
|
||||
gsize size = 0;
|
||||
guint size = 0;
|
||||
GstCaps *caps;
|
||||
gboolean need_pool;
|
||||
|
||||
|
|
Loading…
Reference in a new issue