<div dir="ltr"><div><div><div><div>Hi Nicolas.<br><br></div>How is v4l2video10convert, v4l2video8dec and v4l2video8enc enabled when compiling GStreamer-1.5.0 (Git Master) on the ODROID-U2 platform?<br><br></div><div>I just compiled it and it doesn't appear to be there.<br>
</div><div><br></div>And how do you set the videoconvert to use v4l2video10convert over traditional videoconvert or v4l2video8dec over another decoder when using decodebin?<br><br></div>Best regards<br></div>Peter Maersk-Moller<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Aug 8, 2014 at 2:37 PM, Nicolas Dufresne <span dir="ltr"><<a href="mailto:nicolas.dufresne@collabora.com" target="_blank">nicolas.dufresne@collabora.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le vendredi 08 août 2014 à 11:32 +0200, Peter Maersk-Moller a écrit :<br>
<div class="">> gst-launch-1.0 filesrc location=$file ! qtdemux ! h264parse ! queue ! avdec_h264 ! queue ! fakesink sync=true<br>
<br>
</div>CPU load won't be constant with avdec software decoding. If you need to<br>
smooth this a little, I would recommend to use the HW decoder (device<br>
number may differ depending on your kernel, some cherry pick of upstream<br>
kernel fix might be needed, even though Hardkernel should have most of<br>
these already, gstreamer 1.4 is needed):<br>
<br>
gst-launch-1.0 filesrc location=$file ! qtdemux ! h264parse ! queue ! v4l2video8dec ! v4l2video10convert ! queue ! fakesink sync=true<br>
<br>
cheers,<br>
Nicolas<br>
<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>
</blockquote></div><br></div>