After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 693863 - eglglessink: eglCreateWindowSurface() fails on Raspberry Pi with 1080p video
eglglessink: eglCreateWindowSurface() fails on Raspberry Pi with 1080p video
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-02-15 08:23 UTC by Alexey Chernov
Modified: 2013-03-07 08:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gst-launch debug output for the problem (16.69 KB, application/octet-stream)
2013-02-15 08:23 UTC, Alexey Chernov
Details

Description Alexey Chernov 2013-02-15 08:23:32 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.
Comment 1 Sebastian Dröge (slomo) 2013-03-06 15:10:19 UTC
Works for me after giving the GPU 128M memory instead of the default 64M. With 64M I get the same error you get.
Comment 2 Alexey Chernov 2013-03-07 08:57:14 UTC
Great, so it was some resource issue. Thanks for resolving the problem.