rtprtxsend: mark RTX buffers with GST_RTP_BUFFER_FLAG_RETRANSMISSION
authorHavard Graff <havard.graff@gmail.com>
Mon, 1 Feb 2021 09:36:42 +0000 (10:36 +0100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 22 Apr 2022 19:27:45 +0000 (19:27 +0000)
commitb7b71e6974a5eade83b3edbc47c9a7e77c24b6f8
treeda83c98d36efb2104d42689a16e1a4f8a96df349
parentdf642808745be26256fc074fdcdb712115953051
rtprtxsend: mark RTX buffers with GST_RTP_BUFFER_FLAG_RETRANSMISSION

It is useful for elements downstream from rtxsend to know if the RTP
buffer they are dealing with is an RTX buffer or not.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2272>
subprojects/gst-plugins-good/gst/rtpmanager/gstrtprtxsend.c
subprojects/gst-plugins-good/tests/check/elements/rtprtx.c