Searched refs:gst_rtcp_packet_app_get_name (Results 1 – 6 of 6) sorted by relevance
515 const gchar* gst_rtcp_packet_app_get_name (GstRTCPPacket * packet);
2517 gst_rtcp_packet_app_get_name (GstRTCPPacket * packet) in gst_rtcp_packet_app_get_name() function
325 if (memcmp (gst_rtcp_packet_app_get_name (&packet), "RIST", 4) == 0) in on_receiving_rtcp()
1230 fail_unless (memcmp (gst_rtcp_packet_app_get_name (&packet), "Test", 4) == 0); in GST_START_TEST()
2373 gst_rtcp_packet_app_get_name (&rtcp_packet)); in GST_START_TEST()
2710 memcpy (name, gst_rtcp_packet_app_get_name (packet), 4); in rtp_session_process_app()