examples/testegl: update for libgstgl changes

This commit is contained in:
Matthew Waters 2017-01-18 15:21:35 +11:00
parent f328aa05f1
commit b4f3e4094b

View file

@ -1059,8 +1059,8 @@ query_cb (GstPad * pad, GstPadProbeInfo * info, gpointer user_data)
case GST_QUERY_CONTEXT: case GST_QUERY_CONTEXT:
{ {
if (gst_gl_handle_context_query (state->pipeline, query, if (gst_gl_handle_context_query (state->pipeline, query,
(GstGLDisplay **) & state->gst_display, (GstGLDisplay *) state->gst_display, NULL,
(GstGLContext **) & state->gl_context)) (GstGLContext *) state->gl_context))
return GST_PAD_PROBE_HANDLED; return GST_PAD_PROBE_HANDLED;
break; break;
} }