glmixer:fix incorrect parameter passed to handle_set_context
This commit is contained in:
parent
95c211dc49
commit
a9d13db8c6
@ -552,7 +552,8 @@ gst_gl_mixer_set_context (GstElement * element, GstContext * context)
|
|||||||
{
|
{
|
||||||
GstGLMixer *mix = GST_GL_MIXER (element);
|
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
|
static gboolean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user