From 1a67066ddc8299392ddc21672424172a353b77f7 Mon Sep 17 00:00:00 2001 From: Stian Selnes Date: Mon, 16 Dec 2013 11:24:17 +0100 Subject: [PATCH] memory: Add missing field initializers to GstMapInfo https://bugzilla.gnome.org/show_bug.cgi?id=751881 --- gst/gstmemory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstmemory.h b/gst/gstmemory.h index 7b9d3216ee..7d20069819 100644 --- a/gst/gstmemory.h +++ b/gst/gstmemory.h @@ -215,7 +215,7 @@ typedef struct { * * Initializer for #GstMapInfo */ -#define GST_MAP_INFO_INIT { NULL, 0, NULL, 0, 0, } +#define GST_MAP_INFO_INIT { NULL, 0, NULL, 0, 0, {0, }, {0, }} /** * GstMemoryMapFunction: