rtpxqtdepay: Initialize GstRTPBuffer before usage

This commit is contained in:
Edward Hervey 2011-12-05 18:40:26 +01:00
parent 86a57e3546
commit 86961d5986

View 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);