mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
[559/906] glmixer: pass the mixpad's display to the querying element
This commit is contained in:
parent
729115c515
commit
de25a454ce
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ gst_gl_mixer_sink_query (GstCollectPads * pads, GstCollectData * data,
|
||||||
|
|
||||||
if (ret) {
|
if (ret) {
|
||||||
gst_structure_set (structure, "gstgldisplay", G_TYPE_POINTER,
|
gst_structure_set (structure, "gstgldisplay", G_TYPE_POINTER,
|
||||||
mix->display, NULL);
|
mixpad->display, NULL);
|
||||||
} else {
|
} else {
|
||||||
GST_ELEMENT_ERROR (mix, RESOURCE, NOT_FOUND,
|
GST_ELEMENT_ERROR (mix, RESOURCE, NOT_FOUND,
|
||||||
GST_GL_DISPLAY_ERR_MSG (mixpad->display), (NULL));
|
GST_GL_DISPLAY_ERR_MSG (mixpad->display), (NULL));
|
||||||
|
|
Loading…
Reference in a new issue