Home
last modified time | relevance | path

Searched refs:rtx_pt_map_structure (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtprtxreceive.c266 if (rtx->rtx_pt_map_structure) in gst_rtp_rtx_receive_finalize()
267 gst_structure_free (rtx->rtx_pt_map_structure); in gst_rtp_rtx_receive_finalize()
700 g_value_set_boxed (value, rtx->rtx_pt_map_structure); in gst_rtp_rtx_receive_get_property()
750 if (rtx->rtx_pt_map_structure) in gst_rtp_rtx_receive_set_property()
751 gst_structure_free (rtx->rtx_pt_map_structure); in gst_rtp_rtx_receive_set_property()
752 rtx->rtx_pt_map_structure = g_value_dup_boxed (value); in gst_rtp_rtx_receive_set_property()
754 gst_structure_foreach (rtx->rtx_pt_map_structure, in gst_rtp_rtx_receive_set_property()
Dgstrtprtxsend.c239 if (rtx->rtx_pt_map_structure) in gst_rtp_rtx_send_finalize()
240 gst_structure_free (rtx->rtx_pt_map_structure); in gst_rtp_rtx_send_finalize()
874 g_value_set_boxed (value, rtx->rtx_pt_map_structure); in gst_rtp_rtx_send_get_property()
940 if (rtx->rtx_pt_map_structure) in gst_rtp_rtx_send_set_property()
941 gst_structure_free (rtx->rtx_pt_map_structure); in gst_rtp_rtx_send_set_property()
942 rtx->rtx_pt_map_structure = g_value_dup_boxed (value); in gst_rtp_rtx_send_set_property()
944 gst_structure_foreach (rtx->rtx_pt_map_structure, structure_to_hash_table, in gst_rtp_rtx_send_set_property()
Dgstrtprtxreceive.h62 GstStructure *rtx_pt_map_structure; member
Dgstrtprtxsend.h66 GstStructure *rtx_pt_map_structure; member