Full HD with gst-omx on Raspberry Pi?

Sebastian Dröge sebastian at centricular.com
Thu Jul 3 01:52:57 PDT 2014


On Fr, 2014-06-27 at 19:33 +0200, Peter Maersk-Moller wrote:
> And the debug is attached to mail ... lets see if the mail list can accept
> attachments??

From the logs the problem seems to be that your sink does not handle the
resolution and also the decoder is outputting frames in CPU memory. This
is going to be too slow for HD video on the RPi.

Try a manual pipeline that does not use decodebin but instead just has

... ! h264parse ! omxh264dec ! queue ! glimagesink
(or if you're using 1.2 use eglglessink).

You'll ideally have gst-omx from latest GIT master, compiled for the RPi
and with libgstgl support.

-- 
Sebastian Dröge, Centricular Ltd - http://www.centricular.com
Expertise, Straight from the Source
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140703/042f76bc/attachment.sig>


More information about the gstreamer-devel mailing list