Searched refs:GstUDPClient (Results 1 – 2 of 2) sorted by relevance
442 static GstUDPClient *445 GstUDPClient *client; in gst_udp_client_new()477 client = g_slice_new0 (GstUDPClient); in gst_udp_client_new()497 gst_udp_client_unref (GstUDPClient * client) in gst_udp_client_unref()502 g_slice_free (GstUDPClient, client); in gst_udp_client_unref()507 static inline GstUDPClient *508 gst_udp_client_ref (GstUDPClient * client) in gst_udp_client_ref()515 client_compare (GstUDPClient * a, GstUDPClient * b) in client_compare()723 GstUDPClient **clients; in gst_multiudpsink_render_buffers()749 clients = g_newa (GstUDPClient *, num_addr); in gst_multiudpsink_render_buffers()[all …]
56 } GstUDPClient; typedef