rtpdec: reset structure before use

This commit is contained in:
Wim Taymans 2011-04-05 17:26:44 +02:00
parent c124ba1489
commit 4e7f1633e4

View file

@ -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));