mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
rtpasfdepay: Initialize GstRTPBuffer before usage
This commit is contained in:
parent
7bd9400ff1
commit
fb335d6fc1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue