<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div id="yui_3_16_0_1_1480380853608_4634">Hi,</div><div id="yui_3_16_0_1_1480380853608_4664" dir="ltr"> On raspberry pi I have a pipeline filesrc->decodebin->glimagesink and use set_window_handle. This works fine, but then when I change the location of the filesrc, I get errors like below:</div><div dir="ltr"><br></div><div dir="ltr">GPU memory is 256MB, so I don't think the problem is there, I call set_window_handle in on_sync.<br></div><div id="yui_3_16_0_1_1480380853608_4635"><br></div><div><br></div><div id="yui_3_16_0_1_1480380853608_17131">errors:<br></div><div id="yui_3_16_0_1_1480380853608_2814"><br></div><div id="yui_3_16_0_1_1480380853608_2813">eglCreateImageKHR: failed to create image for buffer 0x5 target 12465 error 0x300c</div>0:00:03.313614361 1716 0x1f43ac0 ERROR glbasememory gstglbasememory.c:94:_mem_create_gl: Failed to create GL buffer: Failed to create EGLImage<br id="yui_3_16_0_1_1480380853608_2744">0:00:03.313942533 1716 0x6f304690 ERROR glbasememory gstglbasememory.c:168:gst_gl_base_memory_init: Could not create GL buffer with context:0x1f47048<br id="yui_3_16_0_1_1480380853608_2745"><br id="yui_3_16_0_1_1480380853608_2746">** (lumenplay:1716): CRITICAL **: gst_egl_image_get_image: assertion 'GST_IS_EGL_IMAGE (image)' failed<br id="yui_3_16_0_1_1480380853608_2747">eglCreateImageKHR: failed to create image for buffer 0x6 target 12465 error 0x300c<br id="yui_3_16_0_1_1480380853608_2748">0:00:03.365311976 1716 0x1f43ac0 ERROR glbasememory gstglbasememory.c:94:_mem_create_gl: Failed to create GL buffer: Failed to create EGLImage<br id="yui_3_16_0_1_1480380853608_2749">0:00:03.365580827 1716 0x6f304690 ERROR glbasememory gstglbasememory.c:168:gst_gl_base_memory_init: Could not create GL buffer with context:0x1f47048<br id="yui_3_16_0_1_1480380853608_2750"><br id="yui_3_16_0_1_1480380853608_2751">** (lumenplay:1716): CRITICAL **: gst_egl_image_get_image: assertion 'GST_IS_EGL_IMAGE (image)' failed<br id="yui_3_16_0_1_1480380853608_2752">eglCreateImageKHR: failed to create image for buffer 0x7 target 12465 error 0x300c<br id="yui_3_16_0_1_1480380853608_2753">0:00:03.413724790 1716 0x1f43ac0 ERROR glbasememory gstglbasememory.c:94:_mem_create_gl: Failed to create GL buffer: Failed to create EGLImage<br id="yui_3_16_0_1_1480380853608_2754">0:00:03.413977704 1716 0x6f304690 ERROR glbasememory gstglbasememory.c:168:gst_gl_base_memory_init: Could not create GL buffer with context:0x1f47048<br id="yui_3_16_0_1_1480380853608_2755"><br id="yui_3_16_0_1_1480380853608_2756">** (lumenplay:1716): CRITICAL **: gst_egl_image_get_image: assertion 'GST_IS_EGL_IMAGE (image)' failed<br id="yui_3_16_0_1_1480380853608_2757">eglCreateImageKHR: failed to create image for buffer 0x8 target 12465 error 0x300c<br id="yui_3_16_0_1_1480380853608_2758">0:00:03.460475490 1716 0x1f43ac0 ERROR glbasememory gstglbasememory.c:94:_mem_create_gl: Failed to create GL buffer: Failed to create EGLImage<br id="yui_3_16_0_1_1480380853608_2759">0:00:03.460730435 1716 0x6f304690 ERROR glbasememory gstglbasememory.c:168:gst_gl_base_memory_init: Could not create GL buffer with context:0x1f47048<br id="yui_3_16_0_1_1480380853608_2760"><br id="yui_3_16_0_1_1480380853608_2761">** (lumenplay:1716): CRITICAL **: gst_egl_image_get_image: assertion 'GST_IS_EGL_IMAGE (image)' failed<br id="yui_3_16_0_1_1480380853608_2762">0:00:03.466138490 1716 0x6f304690 ERROR omx gstomx.c:2048:gst_omx_port_populate_unlocked:<omxh264dec-omxh264dec0> Failed to pass buffer 0x6f33c178 ((nil)) to egl_render port 221: Incorrect state operation (0x80001018)<br id="yui_3_16_0_1_1480380853608_2763"><br id="yui_3_16_0_1_1480380853608_2764"></div></body></html>