rtpxqtdepay: Initialize GstRTPBuffer before usage
authorEdward Hervey <edward@collabora.com>
Mon, 5 Dec 2011 17:40:26 +0000 (18:40 +0100)
committerEdward Hervey <edward@collabora.com>
Mon, 5 Dec 2011 17:40:26 +0000 (18:40 +0100)
gst/isomp4/gstrtpxqtdepay.c

index 6771547..0df9010 100644 (file)
@@ -254,7 +254,7 @@ gst_rtp_xqt_depay_process (GstRTPBaseDepayload * depayload, GstBuffer * buf)
   GstRtpXQTDepay *rtpxqtdepay;
   GstBuffer *outbuf = NULL;
   gboolean m;
-  GstRTPBuffer rtp;
+  GstRTPBuffer rtp = { NULL };
 
   rtpxqtdepay = GST_RTP_XQT_DEPAY (depayload);