mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
rtxreceive: Set buffer flag for retransmitted packets
https://bugzilla.gnome.org/show_bug.cgi?id=769768
This commit is contained in:
parent
1436fc01e9
commit
531199d5c4
1 changed files with 1 additions and 0 deletions
|
@ -472,6 +472,7 @@ _gst_rtp_buffer_new_from_rtx (GstRTPBuffer * rtp, guint32 ssrc1,
|
|||
|
||||
gst_buffer_copy_into (new_buffer, rtp->buffer,
|
||||
GST_BUFFER_COPY_FLAGS | GST_BUFFER_COPY_TIMESTAMPS, 0, -1);
|
||||
GST_BUFFER_FLAG_SET (new_buffer, GST_RTP_BUFFER_FLAG_RETRANSMISSION);
|
||||
|
||||
return new_buffer;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue