Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgsturi.c125 static volatile gsize urihandler_type = 0; in gst_uri_handler_get_type() local
127 if (g_once_init_enter (&urihandler_type)) { in gst_uri_handler_get_type()
147 g_once_init_leave (&urihandler_type, _type); in gst_uri_handler_get_type()
149 return urihandler_type; in gst_uri_handler_get_type()