Searched refs:bound_port (Results 1 – 4 of 4) sorted by relevance
302 gint bound_port; in gst_tcp_server_sink_init_send() local342 bound_port = g_inet_socket_address_get_port ((GInetSocketAddress *) saddr); in gst_tcp_server_sink_init_send()345 bound_port = this->server_port; in gst_tcp_server_sink_init_send()348 GST_DEBUG_OBJECT (this, "listening on port %d", bound_port); in gst_tcp_server_sink_init_send()350 g_atomic_int_set (&this->current_port, bound_port); in gst_tcp_server_sink_init_send()
425 gint bound_port = 0; in gst_tcp_server_src_start() local465 bound_port = g_inet_socket_address_get_port ((GInetSocketAddress *) saddr); in gst_tcp_server_src_start()468 bound_port = src->server_port; in gst_tcp_server_src_start()471 GST_DEBUG_OBJECT (src, "listening on port %d", bound_port); in gst_tcp_server_src_start()473 g_atomic_int_set (&src->current_port, bound_port); in gst_tcp_server_src_start()
53 bound_port = server.add_insecure_port(server_address)54 assert bound_port == int(server_address.split(':')[-1])
81 ) as (unused_host, bound_port):82 assert bound_port == port