Home
last modified time | relevance | path

Searched refs:external_ssrc_map (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtprtxsend.c236 if (rtx->external_ssrc_map) in gst_rtp_rtx_send_finalize()
237 gst_structure_free (rtx->external_ssrc_map); in gst_rtp_rtx_send_finalize()
360 if (rtx->external_ssrc_map) { in gst_rtp_rtx_send_get_ssrc_data()
363 consider = gst_structure_get_uint (rtx->external_ssrc_map, ssrc_str, in gst_rtp_rtx_send_get_ssrc_data()
933 if (rtx->external_ssrc_map) in gst_rtp_rtx_send_set_property()
934 gst_structure_free (rtx->external_ssrc_map); in gst_rtp_rtx_send_set_property()
935 rtx->external_ssrc_map = g_value_dup_boxed (value); in gst_rtp_rtx_send_set_property()
Dgstrtprtxsend.h61 GstStructure *external_ssrc_map; member