v4l2allocator: Remove unused variable
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Fri, 21 Nov 2014 16:44:24 +0000 (11:44 -0500)
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Fri, 21 Nov 2014 16:44:24 +0000 (11:44 -0500)
this was introduced by commit ec6b8b

https://bugzilla.gnome.org/show_bug.cgi?id=699382

sys/v4l2/gstv4l2allocator.c

index 58d44a5..a2a98bc 100644 (file)
@@ -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);