projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3358448
)
glmixer:fix incorrect parameter passed to handle_set_context
author
Wang Xin-yu (王昕宇)
<comicfans44@gmail.com>
Wed, 29 Oct 2014 00:27:57 +0000
(08:27 +0800)
committer
Matthew Waters
<matthew@centricular.com>
Wed, 29 Oct 2014 09:43:31 +0000
(20:43 +1100)
ext/gl/gstglmixer.c
patch
|
blob
|
history
diff --git
a/ext/gl/gstglmixer.c
b/ext/gl/gstglmixer.c
index a80d2b726cb3e7d48c160f7711e915c67789dde8..1c6cfe9c3bb22ad852455624951cc54f05b988ca 100644
(file)
--- a/
ext/gl/gstglmixer.c
+++ b/
ext/gl/gstglmixer.c
@@
-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