mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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;
|
GstRtpXQTDepay *rtpxqtdepay;
|
||||||
GstBuffer *outbuf = NULL;
|
GstBuffer *outbuf = NULL;
|
||||||
gboolean m;
|
gboolean m;
|
||||||
GstRTPBuffer rtp;
|
GstRTPBuffer rtp = { NULL };
|
||||||
|
|
||||||
rtpxqtdepay = GST_RTP_XQT_DEPAY (depayload);
|
rtpxqtdepay = GST_RTP_XQT_DEPAY (depayload);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue