From 335b619cd5726d553d48241859db04dafe1028c3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 9 Jan 2014 23:55:16 +0000 Subject: [PATCH] rtprtxsend: remove duplicate assignment Coverity CID 1151680 --- gst/rtpmanager/gstrtprtxsend.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst/rtpmanager/gstrtprtxsend.c b/gst/rtpmanager/gstrtprtxsend.c index 5798818..81caab8 100644 --- a/gst/rtpmanager/gstrtprtxsend.c +++ b/gst/rtpmanager/gstrtprtxsend.c @@ -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); -- 2.7.4