glmixer:fix incorrect parameter passed to handle_set_context
This commit is contained in:
parent
33584480b5
commit
b151f564c2
@ -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