Searched refs:start_called (Results 1 – 2 of 2) sorted by relevance
175 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()
55 gboolean start_called; member