memory: Add missing field initializers to GstMapInfo

https://bugzilla.gnome.org/show_bug.cgi?id=751881
This commit is contained in:
Stian Selnes 2013-12-16 11:24:17 +01:00 committed by Sebastian Dröge
parent c635f38cdc
commit 1a67066ddc

View 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: