Lines Matching refs:socket_v6
409 sink->socket_v6 = DEFAULT_SOCKET; in gst_multiudpsink_init()
537 if (sink->socket_v6) in gst_multiudpsink_finalize()
538 g_object_unref (sink->socket_v6); in gst_multiudpsink_finalize()
539 sink->socket_v6 = NULL; in gst_multiudpsink_finalize()
1034 if (udpsink->socket_v6 != NULL in gst_multiudpsink_set_property()
1035 && udpsink->socket_v6 != udpsink->used_socket_v6 in gst_multiudpsink_set_property()
1039 if (!g_socket_close (udpsink->socket_v6, &err)) { in gst_multiudpsink_set_property()
1040 GST_ERROR ("failed to close socket %p: %s", udpsink->socket_v6, in gst_multiudpsink_set_property()
1045 if (udpsink->socket_v6) in gst_multiudpsink_set_property()
1046 g_object_unref (udpsink->socket_v6); in gst_multiudpsink_set_property()
1047 udpsink->socket_v6 = g_value_dup_object (value); in gst_multiudpsink_set_property()
1048 GST_DEBUG_OBJECT (udpsink, "setting socket to %p", udpsink->socket_v6); in gst_multiudpsink_set_property()
1122 g_value_set_object (value, udpsink->socket_v6); in gst_multiudpsink_get_property()
1258 if (sink->socket_v6) { in gst_multiudpsink_start()
1263 if (sink->used_socket_v6 && sink->used_socket_v6 != sink->socket_v6) { in gst_multiudpsink_start()
1269 sink->used_socket_v6 = G_SOCKET (g_object_ref (sink->socket_v6)); in gst_multiudpsink_start()