Searched refs:uri_type (Results 1 – 7 of 7) sorted by relevance
62 GstURIType uri_type; member105 ret = gst_element_make_from_uri (self->uri_type, self->uri, name, &err); in gst_mdns_device_create_element()173 GST_MDNS_DEVICE (ret)->uri_type = gst_element_factory_get_uri_type (factory); in gst_mdns_device_new()
106 factory->uri_type = GST_URI_UNKNOWN; in gst_element_factory_init()171 factory->uri_type = GST_URI_UNKNOWN; in gst_element_factory_cleanup()281 factory->uri_type = iface->get_type (factory->type); in gst_element_register()282 if (!GST_URI_TYPE_IS_VALID (factory->uri_type)) in gst_element_register()970 return factory->uri_type; in gst_element_factory_get_uri_type()
269 if (GST_URI_TYPE_IS_VALID (factory->uri_type)) { in gst_registry_chunks_save_feature()275 gst_registry_chunks_make_data (&factory->uri_type, in gst_registry_chunks_save_feature()276 sizeof (factory->uri_type)); in gst_registry_chunks_save_feature()643 factory->uri_type = *((guint *) * in); in gst_registry_chunks_load_feature()644 *in += sizeof (factory->uri_type); in gst_registry_chunks_load_feature()
470 GstURIType uri_type; member
546 if (factory->uri_type != entry->type) in search_by_entry()
886 const gchar *uri_type; in print_uri_handler_info() local889 uri_type = "source"; in print_uri_handler_info()892 uri_type = "sink"; in print_uri_handler_info()894 uri_type = "unknown"; in print_uri_handler_info()903 n_print ("%sElement can act as %s.%s\n", DESC_COLOR, uri_type, RESET_COLOR); in print_uri_handler_info()
83051 Also directly access GstElementFactory->uri_type instead of going