mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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;
|
guint8 payload_type;
|
||||||
guint32 ssrc, rtptime;
|
guint32 ssrc, rtptime;
|
||||||
|
|
||||||
rtx = GST_RTP_RTX_SEND (parent);
|
|
||||||
|
|
||||||
/* read the information we want from the buffer */
|
/* read the information we want from the buffer */
|
||||||
gst_rtp_buffer_map (buffer, GST_MAP_READ, &rtp);
|
gst_rtp_buffer_map (buffer, GST_MAP_READ, &rtp);
|
||||||
seqnum = gst_rtp_buffer_get_seq (&rtp);
|
seqnum = gst_rtp_buffer_get_seq (&rtp);
|
||||||
|
|
Loading…
Reference in a new issue