[Bug 747297] gl: live rpicamsrc/omxh264dec/glimagesink pipeline fails

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Jan 2 06:29:20 PST 2016


https://bugzilla.gnome.org/show_bug.cgi?id=747297

Florent Thiery <florent.thiery at ubicast.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |florent.thiery at ubicast.eu

--- Comment #5 from Florent Thiery <florent.thiery at ubicast.eu> ---
Hi

I think you are trying to display video that is bigger than your physical
display; on my test setup (raspbian 8, gstreamer 1.4.4-2.1rpi4rpi1g, 1280x800
display):

gst-launch-1.0 rpicamsrc preview=0 fullscreen=0 ! queue ! h264parse !
omxh264dec ! glimagesink sync=false
eglCreateImageKHR:  failed to create image for buffer 0x2 target 12465 error
0x300c

However, the following pipeline does work
gst-launch-1.0 rpicamsrc preview=0 fullscreen=0 ! video/x-h264\,\
width\=\(int\)1280\,\ height\=\(int\)800\,\ framerate\=\(fraction\)30/1 ! queue
! h264parse ! omxh264dec ! glimagesink sync=false

You didn't report the error messages you were seeing, was it similar to this
one ?

eglCreateImageKHR:  failed to create image for buffer 0x2 target 12465 error
0x300c

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list