From: Matthew Waters Date: Mon, 13 Aug 2012 16:05:13 +0000 (+1000) Subject: [559/906] glmixer: pass the mixpad's display to the querying element X-Git-Tag: 1.19.3~511^2~1989^2~1938 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=23ec206053c86e4505866e22f6ccad52604a819e;p=platform%2Fupstream%2Fgstreamer.git [559/906] glmixer: pass the mixpad's display to the querying element --- diff --git a/gst-libs/gst/gl/gstglmixer.c b/gst-libs/gst/gl/gstglmixer.c index 6733edf..a106e41 100644 --- a/gst-libs/gst/gl/gstglmixer.c +++ b/gst-libs/gst/gl/gstglmixer.c @@ -394,7 +394,7 @@ gst_gl_mixer_sink_query (GstCollectPads * pads, GstCollectData * data, if (ret) { gst_structure_set (structure, "gstgldisplay", G_TYPE_POINTER, - mix->display, NULL); + mixpad->display, NULL); } else { GST_ELEMENT_ERROR (mix, RESOURCE, NOT_FOUND, GST_GL_DISPLAY_ERR_MSG (mixpad->display), (NULL));