rtpxqtdepay: Initialize GstRTPBuffer before usage
This commit is contained in:
parent
86a57e3546
commit
86961d5986
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user