Function gstreamer_gl::functions::gl_handle_context_query

source ·
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
Expand description

§element

a gst::Element

§query

a gst::Query of type GST_QUERY_CONTEXT

§display

a GLDisplay

§context

a GLContext

§other_context

application provided GLContext

§Returns

Whether the query was successfully responded to from the passed display, context, and other_context.