mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
v4l2bufferpool: remove unused variable
This commit is contained in:
parent
f7c500fe9c
commit
b638bb4735
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ struct _GstV4l2BufferPool
|
||||||
guint align;
|
guint align;
|
||||||
gboolean add_videometa;
|
gboolean add_videometa;
|
||||||
|
|
||||||
guint num_buffers;
|
|
||||||
guint num_allocated; /* number of buffers allocated by the driver */
|
guint num_allocated; /* number of buffers allocated by the driver */
|
||||||
guint num_queued; /* number of buffers queued in the driver */
|
guint num_queued; /* number of buffers queued in the driver */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue