rtp: fix initializer
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 2 Apr 2012 09:05:38 +0000 (11:05 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 2 Apr 2012 09:05:38 +0000 (11:05 +0200)
gst-libs/gst/rtp/gstrtpbuffer.h

index 67568fb..bc7dcdc 100644 (file)
@@ -57,8 +57,8 @@ struct _GstRTPBuffer
   GstMapInfo   map[4];
 };
 
-#define GST_RTP_BUFFER_INIT { NULL, { GST_MAP_INFO_INIT, GST_MAP_INFO_INIT, \
-                                      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 */
 void            gst_rtp_buffer_allocate_data         (GstBuffer *buffer, guint payload_len,