mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue