mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
glmixer:fix incorrect parameter passed to handle_set_context
This commit is contained in:
parent
95c211dc49
commit
a9d13db8c6
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue