Home
last modified time | relevance | path

Searched refs:uri_type (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/mdns/
Dgstmicrodnsdevice.c62 GstURIType uri_type; member
105 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()
/third_party/gstreamer/gstreamer/gst/
Dgstelementfactory.c106 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()
Dgstregistrychunks.c269 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()
Dgst_private.h470 GstURIType uri_type; member
Dgsturi.c546 if (factory->uri_type != entry->type) in search_by_entry()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c886 const gchar *uri_type; in print_uri_handler_info() local
889 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()
/third_party/gstreamer/gstreamer/
DChangeLog83051 Also directly access GstElementFactory->uri_type instead of going