rtprtxsend: remove duplicate assignment
authorTim-Philipp Müller <tim@centricular.com>
Thu, 9 Jan 2014 23:55:16 +0000 (23:55 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 9 Jan 2014 23:55:16 +0000 (23:55 +0000)
Coverity CID 1151680

gst/rtpmanager/gstrtprtxsend.c

index 5798818..81caab8 100644 (file)
@@ -610,8 +610,6 @@ gst_rtp_rtx_send_chain (GstPad * pad, GstObject * parent, GstBuffer * buffer)
   guint8 payload_type;
   guint32 ssrc, rtptime;
 
-  rtx = GST_RTP_RTX_SEND (parent);
-
   /* read the information we want from the buffer */
   gst_rtp_buffer_map (buffer, GST_MAP_READ, &rtp);
   seqnum = gst_rtp_buffer_get_seq (&rtp);