• Home
  • Raw
  • Download

Lines Matching refs:used_socket

410   sink->used_socket = DEFAULT_USED_SOCKET;  in gst_multiudpsink_init()
541 if (sink->used_socket) in gst_multiudpsink_finalize()
542 g_object_unref (sink->used_socket); in gst_multiudpsink_finalize()
543 sink->used_socket = NULL; in gst_multiudpsink_finalize()
814 if (sink->used_socket == NULL) { in gst_multiudpsink_render_buffers()
822 flow_ret = gst_multiudpsink_send_messages (sink, sink->used_socket, in gst_multiudpsink_render_buffers()
1018 if (udpsink->socket != NULL && udpsink->socket != udpsink->used_socket && in gst_multiudpsink_set_property()
1081 gst_multiudpsink_setup_qos_dscp (udpsink, udpsink->used_socket); in gst_multiudpsink_set_property()
1128 g_value_set_object (value, udpsink->used_socket); in gst_multiudpsink_get_property()
1192 if (family == G_SOCKET_FAMILY_IPV6 || !sink->used_socket) in gst_multiudpsink_configure_client()
1195 socket = sink->used_socket; in gst_multiudpsink_configure_client()
1253 sink->used_socket = G_SOCKET (g_object_ref (sink->socket)); in gst_multiudpsink_start()
1273 if (!sink->used_socket && !sink->used_socket_v6) { in gst_multiudpsink_start()
1302 if ((sink->used_socket = in gst_multiudpsink_start()
1309 g_socket_bind (sink->used_socket, bind_addr, TRUE, &err); in gst_multiudpsink_start()
1315 if ((sink->used_socket = g_socket_new (G_SOCKET_FAMILY_IPV4, in gst_multiudpsink_start()
1321 g_socket_bind (sink->used_socket, bind_addr, TRUE, &err); in gst_multiudpsink_start()
1357 if (sink->used_socket) { in gst_multiudpsink_start()
1358 if (!g_socket_set_option (sink->used_socket, SOL_SOCKET, SO_SNDBUF, in gst_multiudpsink_start()
1381 if (sink->used_socket) { in gst_multiudpsink_start()
1382 if (g_socket_get_option (sink->used_socket, SOL_SOCKET, SO_SNDBUF, in gst_multiudpsink_start()
1403 if (sink->used_socket) { in gst_multiudpsink_start()
1404 if (setsockopt (g_socket_get_fd (sink->used_socket), SOL_SOCKET, in gst_multiudpsink_start()
1420 if (sink->used_socket) in gst_multiudpsink_start()
1421 g_socket_set_broadcast (sink->used_socket, TRUE); in gst_multiudpsink_start()
1428 gst_multiudpsink_setup_qos_dscp (sink, sink->used_socket); in gst_multiudpsink_start()
1473 if (udpsink->used_socket) { in gst_multiudpsink_stop()
1477 if (!g_socket_close (udpsink->used_socket, &err)) { in gst_multiudpsink_stop()
1483 g_object_unref (udpsink->used_socket); in gst_multiudpsink_stop()
1484 udpsink->used_socket = NULL; in gst_multiudpsink_stop()
1564 if (sink->used_socket) in gst_multiudpsink_add_internal()
1649 if (family == G_SOCKET_FAMILY_IPV6 || !sink->used_socket) in gst_multiudpsink_remove()
1652 socket = sink->used_socket; in gst_multiudpsink_remove()