mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
v4l2allocator: Remove unused variable
this was introduced by commit ec6b8b https://bugzilla.gnome.org/show_bug.cgi?id=699382
This commit is contained in:
parent
b9992e4347
commit
ad4480d534
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue