summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2014-11-24 10:36:54 -0500
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2014-11-24 10:36:54 -0500
commitea4d9745e473ea63ded7fe20df1c9024ee9d705c (patch)
tree8921cc76159f48631e563746bb1bf11d1674d955
parent43d5a523f11127e1a21388b6a22ca3b9f37f333d (diff)
Revert "v4l2allocator: Remove unused variable"
-rw-r--r--sys/v4l2/gstv4l2allocator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/v4l2/gstv4l2allocator.c b/sys/v4l2/gstv4l2allocator.c
index 8616cf544..bf1750c49 100644
--- a/sys/v4l2/gstv4l2allocator.c
+++ b/sys/v4l2/gstv4l2allocator.c
@@ -622,6 +622,7 @@ 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);