mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
rtprtxsend: remove duplicate assignment
Coverity CID 1151680
This commit is contained in:
parent
1c6ee3fba4
commit
335b619cd5
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue