element
query
display
context
other_context
pub fn gl_handle_context_query( element: &impl IsA<Element>, query: &mut Context, display: Option<&impl IsA<GLDisplay>>, context: Option<&impl IsA<GLContext>>, other_context: Option<&impl IsA<GLContext>>, ) -> bool
a gst::Element
gst::Element
a gst::Query of type GST_QUERY_CONTEXT
gst::Query
GST_QUERY_CONTEXT
a GLDisplay
GLDisplay
a GLContext
GLContext
application provided GLContext
Whether the query was successfully responded to from the passed display, context, and other_context.