rtpasfdepay: Initialize GstRTPBuffer before usage

This commit is contained in:
Edward Hervey 2011-12-05 18:43:49 +01:00
parent 7bd9400ff1
commit fb335d6fc1

View file

@ -320,7 +320,7 @@ gst_rtp_asf_depay_process (GstRTPBaseDepayload * depayload, GstBuffer * buf)
guint payload_len, hdr_len, offset;
guint len_offs;
GstClockTime timestamp;
GstRTPBuffer rtpbuf;
GstRTPBuffer rtpbuf = { NULL };
depay = GST_RTP_ASF_DEPAY (depayload);