Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstelement.c164 static GThreadPool *gst_element_pool = NULL; variable
3864 if (G_UNLIKELY (gst_element_pool == NULL)) in gst_element_call_async()
3865 gst_element_pool = gst_element_setup_thread_pool (); in gst_element_call_async()
3866 g_thread_pool_push ((GThreadPool *) gst_element_pool, async_data, NULL); in gst_element_call_async()
3874 if (gst_element_pool) { in _priv_gst_element_cleanup()
3875 g_thread_pool_free ((GThreadPool *) gst_element_pool, FALSE, TRUE); in _priv_gst_element_cleanup()
3876 gst_element_pool = NULL; in _priv_gst_element_cleanup()