<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックAbout IMX8QM Decode With Gstreamer</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/About-IMX8QM-Decode-With-Gstreamer/m-p/983284#M146044</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I want to test the VPU decode on&amp;nbsp; the IMX8QM board with Gstreamer plugin.&lt;/P&gt;&lt;P&gt;I use these two gst command the video can display right&amp;nbsp;&lt;/P&gt;&lt;P&gt;gst-launch-1.0 v4l2src device=/dev/video3&amp;nbsp; io-mode=dmabuf num-buffers=1000 ! video/x-raw,format=NV12,width=1280,height=720 ! autovideosink&lt;/P&gt;&lt;P&gt;gst-launch-1.0 v4l2src device=/dev/video3&amp;nbsp; io-mode=dmabuf num-buffers=100 ! video/x-raw,format=NV12,width=1280,height=720 ! v4l2h264enc output-io-mode=dmabuf-import ! h264parse ! flvmux streamable=true ! filesink location=/tmp/test_8.flv&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I add the decode part with Gstreamer command&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;gst-launch-1.0 v4l2src device=/dev/video3 io-mode=dmabuf num-buffers=300 ! video/x-raw,format=NV12,width=1280,height=720 ! v4l2h264enc output-io-mode=dmabuf-import ! h264parse ! v4l2h264dec capture-io-mode=dmabuf ! autovideosink&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the board can't decode the video right and show follow errors&lt;/P&gt;&lt;P&gt;WARNING: from element /GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0/GstWaylandSink:autovideosink0-actual-sink-wayland: A lot of buffers are being dropped.&lt;BR /&gt;Additional debug info:&lt;BR /&gt;../../../../git/libs/gst/base/gstbasesink.c(2902): gst_base_sink_is_too_late (): /GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0/GstWaylandSink:autovideosink0-actual-sink-wayland:&lt;BR /&gt;There may be a timestamping problem, or this computer is too slow.&lt;BR /&gt;WARNING: from element /GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0/GstWaylandSink:autovideosink0-actual-sink-wayland: A lot of buffers are being dropped.&lt;BR /&gt;Additional debug info:&lt;BR /&gt;../../../../git/libs/gst/base/gstbasesink.c(2902): gst_base_sink_is_too_late (): /GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0/GstWaylandSink:autovideosink0-actual-sink-wayland:&lt;BR /&gt;There may be a timestamping problem, or this computer is too slow.&lt;BR /&gt;Got EOS from element "pipeline0".&lt;BR /&gt;Execution ended after 0:00:07.801222625&lt;BR /&gt;Setting pipeline to PAUSED ...&lt;BR /&gt;Setting pipeline to READY ...&lt;BR /&gt;[19864.238975] ds960_mipi 8-0030: ds960_s_stream: set stream 3 off, now running 1&lt;BR /&gt;[19864.246286] ds960_mipi 8-0030: ds960_s_stream: stream off&lt;BR /&gt;Setting pipeline to NULL ...[19864.257093] [VPU Decoder] error: v4l2_ioctl_reqbufs() can't request (0) buffer : -16&lt;/P&gt;&lt;P&gt;Total showed frames (5), playing for (0:00:07.801577750), fps (0.641).&lt;BR /&gt;Freeing pipeline ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have some advice about this question, please share it with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jan 2020 08:32:25 GMT</pubDate>
    <dc:creator>xu_liu</dc:creator>
    <dc:date>2020-01-21T08:32:25Z</dc:date>
    <item>
      <title>About IMX8QM Decode With Gstreamer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/About-IMX8QM-Decode-With-Gstreamer/m-p/983284#M146044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I want to test the VPU decode on&amp;nbsp; the IMX8QM board with Gstreamer plugin.&lt;/P&gt;&lt;P&gt;I use these two gst command the video can display right&amp;nbsp;&lt;/P&gt;&lt;P&gt;gst-launch-1.0 v4l2src device=/dev/video3&amp;nbsp; io-mode=dmabuf num-buffers=1000 ! video/x-raw,format=NV12,width=1280,height=720 ! autovideosink&lt;/P&gt;&lt;P&gt;gst-launch-1.0 v4l2src device=/dev/video3&amp;nbsp; io-mode=dmabuf num-buffers=100 ! video/x-raw,format=NV12,width=1280,height=720 ! v4l2h264enc output-io-mode=dmabuf-import ! h264parse ! flvmux streamable=true ! filesink location=/tmp/test_8.flv&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I add the decode part with Gstreamer command&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;gst-launch-1.0 v4l2src device=/dev/video3 io-mode=dmabuf num-buffers=300 ! video/x-raw,format=NV12,width=1280,height=720 ! v4l2h264enc output-io-mode=dmabuf-import ! h264parse ! v4l2h264dec capture-io-mode=dmabuf ! autovideosink&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the board can't decode the video right and show follow errors&lt;/P&gt;&lt;P&gt;WARNING: from element /GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0/GstWaylandSink:autovideosink0-actual-sink-wayland: A lot of buffers are being dropped.&lt;BR /&gt;Additional debug info:&lt;BR /&gt;../../../../git/libs/gst/base/gstbasesink.c(2902): gst_base_sink_is_too_late (): /GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0/GstWaylandSink:autovideosink0-actual-sink-wayland:&lt;BR /&gt;There may be a timestamping problem, or this computer is too slow.&lt;BR /&gt;WARNING: from element /GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0/GstWaylandSink:autovideosink0-actual-sink-wayland: A lot of buffers are being dropped.&lt;BR /&gt;Additional debug info:&lt;BR /&gt;../../../../git/libs/gst/base/gstbasesink.c(2902): gst_base_sink_is_too_late (): /GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0/GstWaylandSink:autovideosink0-actual-sink-wayland:&lt;BR /&gt;There may be a timestamping problem, or this computer is too slow.&lt;BR /&gt;Got EOS from element "pipeline0".&lt;BR /&gt;Execution ended after 0:00:07.801222625&lt;BR /&gt;Setting pipeline to PAUSED ...&lt;BR /&gt;Setting pipeline to READY ...&lt;BR /&gt;[19864.238975] ds960_mipi 8-0030: ds960_s_stream: set stream 3 off, now running 1&lt;BR /&gt;[19864.246286] ds960_mipi 8-0030: ds960_s_stream: stream off&lt;BR /&gt;Setting pipeline to NULL ...[19864.257093] [VPU Decoder] error: v4l2_ioctl_reqbufs() can't request (0) buffer : -16&lt;/P&gt;&lt;P&gt;Total showed frames (5), playing for (0:00:07.801577750), fps (0.641).&lt;BR /&gt;Freeing pipeline ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have some advice about this question, please share it with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2020 08:32:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/About-IMX8QM-Decode-With-Gstreamer/m-p/983284#M146044</guid>
      <dc:creator>xu_liu</dc:creator>
      <dc:date>2020-01-21T08:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: About IMX8QM Decode With Gstreamer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/About-IMX8QM-Decode-With-Gstreamer/m-p/983285#M146045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as transcoding example one can try:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;gst-launch-1.0 v4l2src ! video/x-raw,format=NV12,width=640,height=480 ! v4l2h264enc ! h264parse ! v4l2h264dec ! queue ! waylandsink enable-tile=true sync=false&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2020 05:00:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/About-IMX8QM-Decode-With-Gstreamer/m-p/983285#M146045</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-01-23T05:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: About IMX8QM Decode With Gstreamer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/About-IMX8QM-Decode-With-Gstreamer/m-p/983286#M146046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;I have tried your method, but it still dosen't work. The&amp;nbsp;display device shows as follow picture&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="微信图片_20200203171845.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/100573iBD3C8E49C2A3E4D5/image-size/large?v=v2&amp;amp;px=999" role="button" title="微信图片_20200203171845.jpg" alt="微信图片_20200203171845.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The command I use is&amp;nbsp;&lt;/P&gt;&lt;P&gt;gst-launch-1.0 v4l2src device=/dev/video3 ! video/x-raw,format=NV12,width=1280,height=720 ! v4l2h264enc ! h264parse ! v4l2h264dec ! queue ! waylandsink enable-tile=true sync=false&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I end the command, the board give the same fault.&amp;nbsp; This time the number of fps&amp;nbsp;is right.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;Execution ended after 0:06:46.804658625&lt;BR /&gt;Setting pipeline to PAUSED ...&lt;BR /&gt;Setting pipeline to READY ...&lt;BR /&gt;[ 1997.621501] [VPU Decoder] error: v4l2_ioctl_reqbufs() can't request (0) buffer : -16&lt;BR /&gt;[ 1997.643927] ds960_mipi 8-0030: ds960_s_stream: set stream 3 off, now running 1&lt;BR /&gt;[ 1997.651220] ds960_mipi 8-0030: ds960_s_stream: stream off&lt;BR /&gt;Setting pipeline to NULL ...&lt;BR /&gt;Total showed frames (17468), playing for (0:06:46.804939250), fps (42.939).&lt;BR /&gt;Freeing pipeline ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you figure out anther solution?&amp;nbsp; Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2020 09:37:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/About-IMX8QM-Decode-With-Gstreamer/m-p/983286#M146046</guid>
      <dc:creator>xu_liu</dc:creator>
      <dc:date>2020-02-03T09:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: About IMX8QM Decode With Gstreamer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/About-IMX8QM-Decode-With-Gstreamer/m-p/983287#M146047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you any idea about this question? Waiting your reply. ^-^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2020 07:08:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/About-IMX8QM-Decode-With-Gstreamer/m-p/983287#M146047</guid>
      <dc:creator>xu_liu</dc:creator>
      <dc:date>2020-02-05T07:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: About IMX8QM Decode With Gstreamer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/About-IMX8QM-Decode-With-Gstreamer/m-p/983288#M146048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please check that latest silicon revision used in the case,&lt;/P&gt;&lt;P&gt;it is described in Table 2. i.MX 8QuadMax Orderable part numbers&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/data-sheet/IMX8QMAEC.pdf" target="_blank"&gt;&lt;STRONG&gt;i.MX 8QuadMax Automotive and Infotainment Applications Processors&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Test on i,MX8QM MEK board with Demo Images from&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/design/i.mx-developer-resources/i.mx-software-and-development-tools:IMX-SW" title="https://www.nxp.com/design/i.mx-developer-resources/i.mx-software-and-development-tools:IMX-SW"&gt;i.MX Software and Development Tools | NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2020 08:15:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/About-IMX8QM-Decode-With-Gstreamer/m-p/983288#M146048</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-02-05T08:15:46Z</dc:date>
    </item>
  </channel>
</rss>

