Searched refs:rtp_histories (Results 1 – 2 of 2) sorted by relevance
445 g_hash_table_lookup (self->rtp_histories, GUINT_TO_POINTER (ssrc)))) { in gst_rtp_red_dec_chain()447 g_hash_table_insert (self->rtp_histories, GUINT_TO_POINTER (ssrc), in gst_rtp_red_dec_chain()479 g_hash_table_unref (self->rtp_histories); in gst_rtp_red_dec_dispose()517 self->rtp_histories = in gst_rtp_red_dec_init()
55 GHashTable *rtp_histories; member