GNOME Bugzilla – Bug 693863
eglglessink: eglCreateWindowSurface() fails on Raspberry Pi with 1080p video
Last modified: 2013-03-07 08:57:14 UTC
Created attachment 236222 [details] gst-launch debug output for the problem eglCreateWindowSurface() call inside eglglessink fails on RPi with 0x3003 (EGL_BAD_ALLOC). gst-launch output is attached. I wanted to experiment a little bit on that to detect the exact size after which it fails, but it's currently impossible as my videoscale doesn't work due to bug #693862 Hope to rebuild plugins with Orc disabled and try this later.
Works for me after giving the GPU 128M memory instead of the default 64M. With 64M I get the same error you get.
Great, so it was some resource issue. Thanks for resolving the problem.