Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglquery.c175 if (query->start_called) in gst_gl_query_unset()
245 g_return_if_fail (query->start_called == FALSE); in gst_gl_query_start()
247 query->start_called = TRUE; in gst_gl_query_start()
276 g_return_if_fail (query->start_called); in gst_gl_query_end()
278 query->start_called = FALSE; in gst_gl_query_end()
334 g_return_val_if_fail (!query->start_called, 0); in gst_gl_query_result()
Dgstglquery.h55 gboolean start_called; member