mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
rtpxqtdepay: Initialize GstRTPBuffer before usage
This commit is contained in:
parent
86a57e3546
commit
86961d5986
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue