mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
Revert "v4l2allocator: Remove unused variable"
This reverts commit ad4480d534
.
This commit is contained in:
parent
43d5a523f1
commit
ea4d9745e4
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue