glmixer:fix incorrect parameter passed to handle_set_context
This commit is contained in:
parent
59e4a039c9
commit
10eb848d57
@ -552,7 +552,8 @@ gst_gl_mixer_set_context (GstElement * element, GstContext * context)
|
||||
{
|
||||
GstGLMixer *mix = GST_GL_MIXER (element);
|
||||
|
||||
gst_gl_handle_set_context (element, context, &mix->display, &mix->context);
|
||||
gst_gl_handle_set_context (element, context, &mix->display,
|
||||
&mix->other_context);
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
Loading…
x
Reference in New Issue
Block a user