mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
rtpdec: reset structure before use
This commit is contained in:
parent
c124ba1489
commit
4e7f1633e4
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ gst_rtp_dec_chain_rtp (GstPad * pad, GstBuffer * buffer)
|
|||
GstRTPDecSession *session;
|
||||
guint32 ssrc;
|
||||
guint8 pt;
|
||||
GstRTPBuffer rtp;
|
||||
GstRTPBuffer rtp = { NULL, };
|
||||
|
||||
rtpdec = GST_RTP_DEC (GST_PAD_PARENT (pad));
|
||||
|
||||
|
|
Loading…
Reference in a new issue