rtpasfdepay: Initialize GstRTPBuffer before usage
This commit is contained in:
parent
7bd9400ff1
commit
fb335d6fc1
@ -320,7 +320,7 @@ gst_rtp_asf_depay_process (GstRTPBaseDepayload * depayload, GstBuffer * buf)
|
|||||||
guint payload_len, hdr_len, offset;
|
guint payload_len, hdr_len, offset;
|
||||||
guint len_offs;
|
guint len_offs;
|
||||||
GstClockTime timestamp;
|
GstClockTime timestamp;
|
||||||
GstRTPBuffer rtpbuf;
|
GstRTPBuffer rtpbuf = { NULL };
|
||||||
|
|
||||||
depay = GST_RTP_ASF_DEPAY (depayload);
|
depay = GST_RTP_ASF_DEPAY (depayload);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user