Home
last modified time | relevance | path

Searched refs:rtx_pt_map (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtprtxreceive.c265 g_hash_table_unref (rtx->rtx_pt_map); in gst_rtp_rtx_receive_finalize()
322 rtx->rtx_pt_map = g_hash_table_new (g_direct_hash, g_direct_equal); in gst_rtp_rtx_receive_init()
545 g_hash_table_lookup_extended (rtx->rtx_pt_map, in gst_rtp_rtx_receive_chain()
585 GPOINTER_TO_UINT (g_hash_table_lookup (rtx->rtx_pt_map, in gst_rtp_rtx_receive_chain()
753 g_hash_table_remove_all (rtx->rtx_pt_map); in gst_rtp_rtx_receive_set_property()
755 structure_to_hash_table_inv, rtx->rtx_pt_map); in gst_rtp_rtx_receive_set_property()
Dgstrtprtxsend.c238 g_hash_table_unref (rtx->rtx_pt_map); in gst_rtp_rtx_send_finalize()
283 rtx->rtx_pt_map = g_hash_table_new (g_direct_hash, g_direct_equal); in gst_rtp_rtx_send_init()
402 fmtp = GPOINTER_TO_UINT (g_hash_table_lookup (rtx->rtx_pt_map, in gst_rtp_rtx_buffer_new()
650 if (!g_hash_table_lookup_extended (rtx->rtx_pt_map, in gst_rtp_rtx_send_sink_event()
740 if (g_hash_table_contains (rtx->rtx_pt_map, GUINT_TO_POINTER (payload_type))) { in process_buffer()
943 g_hash_table_remove_all (rtx->rtx_pt_map); in gst_rtp_rtx_send_set_property()
945 rtx->rtx_pt_map); in gst_rtp_rtx_send_set_property()
Dgstrtprtxreceive.h60 GHashTable *rtx_pt_map; member
Dgstrtprtxsend.h64 GHashTable *rtx_pt_map; member
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.h169 GstStructure *rtx_pt_map; member
Dgstrtspsrc.c2481 if (stream->rtx_pt_map) in gst_rtspsrc_stream_free()
2482 gst_structure_free (stream->rtx_pt_map); in gst_rtspsrc_stream_free()
3875 "with map %" GST_PTR_FORMAT, sessid, stream->rtx_pt_map); in request_aux_receiver()
3878 g_object_set (rtx, "payload-type-map", stream->rtx_pt_map, NULL); in request_aux_receiver()
3926 if (stream->rtx_pt_map) in add_retransmission()
3927 gst_structure_free (stream->rtx_pt_map); in add_retransmission()
3928 stream->rtx_pt_map = gst_structure_new_empty ("application/x-rtp-pt-map"); in add_retransmission()
3945 gst_structure_set (stream->rtx_pt_map, stream_pt_s, G_TYPE_UINT, in add_retransmission()
3955 "id %i: %" GST_PTR_FORMAT, stream->id, stream->rtx_pt_map); in add_retransmission()
3960 gst_structure_free (stream->rtx_pt_map); in add_retransmission()
[all …]
/third_party/gstreamer/gstplugins_good/
DChangeLog54165 rtprtxsend: change the rtx_pt_map directly in set_property() instead of delaying it for chain()
54172 … rtprtxreceive: change the rtx_pt_map directly in set_property() instead of delaying it for chain()