glmixer:fix incorrect parameter passed to handle_set_context

This commit is contained in:
Wang Xin-yu (王昕宇) 2014-10-29 08:27:57 +08:00 committed by Matthew Waters
parent 95c211dc49
commit a9d13db8c6

View file

@ -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