Home
last modified time | relevance | path

Searched refs:GST_URI_UNKNOWN (Results 1 – 4 of 4) sorted by relevance

/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()
968 g_return_val_if_fail (GST_IS_ELEMENT_FACTORY (factory), GST_URI_UNKNOWN); in gst_element_factory_get_uri_type()
Dgsturi.h78 GST_URI_UNKNOWN, enumerator
Dgsturi.c716 g_return_val_if_fail (GST_IS_URI_HANDLER (handler), GST_URI_UNKNOWN); in gst_uri_handler_get_uri_type()
719 g_return_val_if_fail (iface != NULL, GST_URI_UNKNOWN); in gst_uri_handler_get_uri_type()
720 g_return_val_if_fail (iface->get_type != NULL, GST_URI_UNKNOWN); in gst_uri_handler_get_uri_type()
723 g_return_val_if_fail (GST_URI_TYPE_IS_VALID (ret), GST_URI_UNKNOWN); in gst_uri_handler_get_uri_type()
Dgstenumtypes.c1861 { C_ENUM(GST_URI_UNKNOWN), "GST_URI_UNKNOWN", "unknown" }, in gst_uri_type_get_type()