v4l2allocator: Remove unused variable

this was introduced by commit ec6b8b

https://bugzilla.gnome.org/show_bug.cgi?id=699382
This commit is contained in:
Nicolas Dufresne 2014-11-21 11:44:24 -05:00
parent b9992e4347
commit ad4480d534

View 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);