Searched refs:gst_gl_run_query (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglutils_private.h | 28 G_GNUC_INTERNAL gboolean gst_gl_run_query (GstElement * element, GstQuery * query, GstPadDirection …
|
D | gstglutils.c | 120 gst_gl_run_query (GstElement * element, GstQuery * query, in gst_gl_run_query() function 157 if (gst_gl_run_query (element, query, GST_PAD_SRC)) { in _gst_context_query() 162 } else if (gst_gl_run_query (element, query, GST_PAD_SINK)) { in _gst_context_query() 591 if (gst_gl_run_query (GST_ELEMENT (element), query, direction)) { in gst_gl_query_local_gl_context()
|