summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2014-11-21 11:44:24 -0500
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2014-11-21 11:44:24 -0500
commitad4480d53408a4d97ab531174ef37f258f3253c0 (patch)
tree6f71cc131a53cc4ddd06057724a0d0c846387d48
parentb9992e43475265a4da2ae4aae0128fec12d9bfc2 (diff)
v4l2allocator: Remove unused variable
this was introduced by commit ec6b8b https://bugzilla.gnome.org/show_bug.cgi?id=699382
-rw-r--r--sys/v4l2/gstv4l2allocator.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/v4l2/gstv4l2allocator.c b/sys/v4l2/gstv4l2allocator.c
index 58d44a52e..a2a98bc8e 100644
--- a/sys/v4l2/gstv4l2allocator.c
+++ b/sys/v4l2/gstv4l2allocator.c
@@ -590,7 +590,6 @@ gst_v4l2_allocator_new (GstObject * parent, gint video_fd,
struct v4l2_format *format)
{
GstV4l2Allocator *allocator;
- guint32 flags = 0;
gchar *name, *parent_name;
parent_name = gst_object_get_name (parent);