mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
examples/testegl: update for libgstgl changes
This commit is contained in:
parent
f328aa05f1
commit
b4f3e4094b
1 changed files with 2 additions and 2 deletions
|
@ -1059,8 +1059,8 @@ query_cb (GstPad * pad, GstPadProbeInfo * info, gpointer user_data)
|
|||
case GST_QUERY_CONTEXT:
|
||||
{
|
||||
if (gst_gl_handle_context_query (state->pipeline, query,
|
||||
(GstGLDisplay **) & state->gst_display,
|
||||
(GstGLContext **) & state->gl_context))
|
||||
(GstGLDisplay *) state->gst_display, NULL,
|
||||
(GstGLContext *) state->gl_context))
|
||||
return GST_PAD_PROBE_HANDLED;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue