rtp: fix initializer

This commit is contained in:
Wim Taymans 2012-04-02 11:05:38 +02:00
parent 92f46c07fe
commit 6e9d28eef6

View file

@ -57,7 +57,7 @@ struct _GstRTPBuffer
GstMapInfo map[4];
};
#define GST_RTP_BUFFER_INIT { NULL, { GST_MAP_INFO_INIT, GST_MAP_INFO_INIT, \
#define GST_RTP_BUFFER_INIT { NULL, 0, 0, { GST_MAP_INFO_INIT, GST_MAP_INFO_INIT, \
GST_MAP_INFO_INIT, GST_MAP_INFO_INIT} }
/* creating buffers */