memory: Add missing field initializers to GstMapInfo
authorStian Selnes <stian@pexip.com>
Mon, 16 Dec 2013 10:24:17 +0000 (11:24 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 3 Jul 2015 09:36:13 +0000 (11:36 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=751881

gst/gstmemory.h

index 7b9d321..7d20069 100644 (file)
@@ -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: