mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 19:25:18 +00:00
memory: fix C++ compiler warnings with GST_MAP_INFO_INIT
This commit is contained in:
parent
e8c8c27ae8
commit
e3cc67a133
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ typedef struct {
|
|||
*
|
||||
* Initializer for #GstMapInfo
|
||||
*/
|
||||
#define GST_MAP_INFO_INIT { NULL, 0, NULL, 0, 0, {0, }, {0, }}
|
||||
#define GST_MAP_INFO_INIT { NULL, (GstMapFlags) 0, NULL, 0, 0, { NULL, NULL, NULL, NULL}, {NULL, NULL, NULL, NULL}}
|
||||
|
||||
/**
|
||||
* GstMemoryMapFunction:
|
||||
|
|
Loading…
Reference in a new issue