<div dir="ltr"><div><div><div><div><div>Hi Sebastian.<br><br></div>Thanks for answering.<br><br>Don't have glimagesink in Eriks binary of gstreamer 1.0.10. eglglessink is there and yes it helps bringing down the overall load.<br>
<br></div>However it does not change the situation regarding playing FullHD eveb when using the manual omxh264dec instead of decodebin.<br><br></div><div>I can post debug output if you like. If you would like to see it, please specify verbose mode and debug options you would like to see output for.<br>
</div><div><br></div>I will try compile 1.3.90 for raspberry and are half way through, but it will take a day more I guess.<br><br></div>Best regards<br></div>Peter<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Thu, Jul 3, 2014 at 10:52 AM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="">On Fr, 2014-06-27 at 19:33 +0200, Peter Maersk-Moller wrote:<br>
> And the debug is attached to mail ... lets see if the mail list can accept<br>
> attachments??<br>
<br>
</div>From the logs the problem seems to be that your sink does not handle the<br>
resolution and also the decoder is outputting frames in CPU memory. This<br>
is going to be too slow for HD video on the RPi.<br>
<br>
Try a manual pipeline that does not use decodebin but instead just has<br>
<br>
... ! h264parse ! omxh264dec ! queue ! glimagesink<br>
(or if you're using 1.2 use eglglessink).<br>
<br>
You'll ideally have gst-omx from latest GIT master, compiled for the RPi<br>
and with libgstgl support.<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Sebastian Dröge, Centricular Ltd - <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
Expertise, Straight from the Source<br>
</div></div><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>