memory: Add missing field initializers to GstMapInfo
https://bugzilla.gnome.org/show_bug.cgi?id=751881
This commit is contained in:
parent
c635f38cdc
commit
1a67066ddc
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user