<p dir="ltr">Hi all<br>
I build  a kernal on Rcar E2(arm based board).I already installed  weston /wayland ,gststreamer-1.0 with omx(hardware acceleration enabled) in R car-E2. I checked all the omx plugins installed in Rcar E2 using  gst-inspect-1.0 omx .</p>
<p dir="ltr">Omxh264enc:openmax h.264 video decoder</p>
<p dir="ltr">Omxwmadec: openmax wma audio decoder</p>
<p dir="ltr">Omxmp3dec: openmax mp3 audio decoder</p>
<p dir="ltr">Omxaacdec: openmax aac audio decoder</p>
<p dir="ltr">Omxh265dec : openmax h.265 video decoder</p>
<p dir="ltr">Omxvc1dec : openmax wmv video decoder</p>
<p dir="ltr">Omxaaclcdec: openmax aac audio decoder</p>
<p dir="ltr">Omxmpeg4videodec : openmax mpeg4  video decoder</p>
<p dir="ltr">Omxh264dec : openmax h.264 video decoder</p>
<p dir="ltr">Then i tried to test omx hardware acceleration  using pipeline<br>
gst-launch-1.0 -v  filesrc location=sample.mp4 ! qtdemux name=dmx dmx.video_0 ! h264parse ! omxh264dec ! waylandsink</p>
<p dir="ltr">Also checked</p>
<p dir="ltr">gst-launch-1.0 -v  filesrc location=sample.mp4 ! qtdemux name=dmx dmx.video_0 ! video/x-h264 ,width=1280,height=720,framerate=25/1  ! omxh264dec ! waylandsink</p>
<p dir="ltr">But i got plenty of <a href="http://errors.no/">errors.no</a> video shown in display.I attached the error summary using debug<br>
GST_DEBUG =4 gst-launch-1.0 -v  filesrc location=sample.mp4 ! qtdemux name=dmx dmx.video_0 ! h264parse ! omxh264dec ! waylandsink</p>
<p dir="ltr">Is there any issue in my pipeline?<br>
Can anyone help me to find the real root cause of this error.</p>
<p dir="ltr">Thanks & regards<br>
<font color="#888888">Abin</font></p>