<?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のトピックRe: Anyone using mfw_h264decoder on i.MX53?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Anyone-using-mfw-h264decoder-on-i-MX53/m-p/271452#M29399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mfw_h264decoder is a software decoder. mx53 has a hardware decoder (VPU) and you should use &lt;STRONG&gt;mfw_vpudecoder &lt;/STRONG&gt;instead.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Feb 2013 16:35:25 GMT</pubDate>
    <dc:creator>fabio_estevam</dc:creator>
    <dc:date>2013-02-25T16:35:25Z</dc:date>
    <item>
      <title>Anyone using mfw_h264decoder on i.MX53?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Anyone-using-mfw-h264decoder-on-i-MX53/m-p/271451#M29398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I tested the mfw_h264decoder for the first time and I have run into some issues. Please find below the (second) pipeline that is being tested. When I run that pipeline it waits for the input with the line&amp;nbsp; “New clock: GstSystemClock..”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I start an h264 stream on the other end using another imx53 device(pipeline below):&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1)&amp;nbsp; gst-launch mfw_v4lsrc device=/dev/video0 ! mfw_vpuencoder ! rtph264pay ! udpsink host=192.168.0.179 port=9020 sync=false&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The pipeline being tested crashes&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;2) root@imx53qsb:~# &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;gst-launch -v udpsrc port=9020 ! "application/x-rtp, payload=96" ! rtph264depay ! mfw_h264decoder ! "video/x-raw-yuv, height=640, width=480, framerate=25/1" ! mfw_v4lsink sync=false&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: lime;"&gt;&lt;STRONG&gt;H264D_ARM11_02.06.01&amp;nbsp; build on Jul 12 2011 13:38:27.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: lime;"&gt;&lt;STRONG&gt;MFW_GST_H264_DECODER_PLUGIN build on Jan 13 2013 10:36:16.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: lime;"&gt;&lt;STRONG&gt;MFW_GST_V4LSINK_PLUGIN build on Jan 13 2013 10:36:03.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Setting pipeline to PAUSED ...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Pipeline is live and does not need PREROLL ...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Setting pipeline to PLAYING ...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;New clock: GstSystemClock&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = application/x-rtp, payload=(int)96, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/GstPipeline:pipeline0/GstRtpH264Depay:rtph264depay0.GstPad:src: caps = video/x-h264, stream-format=(string)byte-stream, alignment=(string)nal&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/GstPipeline:pipeline0/GstRtpH264Depay:rtph264depay0.GstPad:sink: caps = application/x-rtp, payload=(int)96, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/GstPipeline:pipeline0/MFW_GST_H264DEC_INFO_T:mfw_gst_h264dec_info_t0.GstPad:sink: caps = video/x-h264, stream-format=(string)byte-stream, alignment=(string)nal&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/GstPipeline:pipeline0/MFW_GST_H264DEC_INFO_T:mfw_gst_h264dec_info_t0.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)I420, width=(int)0, height=(int)0, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)25/1, crop-left-by-pixel=(int)16, crop-top-by-pixel=(int)16, crop-right-by-pixel=(int)16, crop-bottom-by-pixel=(int)16, num-buffers-required=(int)21, sfd=(int)1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Caught SIGSEGV accessing address 0x2b785228&lt;/EM&gt;&lt;/P&gt;&lt;OL style="list-style-type: upper-alpha;"&gt;&lt;LI&gt;&lt;EM&gt;Spinning.&amp;nbsp; Please run 'gdb gst-launch 1669' to continue debugging, Ctrl-C to quit, or Ctrl-\ to dump core.&lt;/EM&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;My observation is that the decoder sets the height and width to 0, even though I set its caps to certain values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Please advice&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2013 12:08:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Anyone-using-mfw-h264decoder-on-i-MX53/m-p/271451#M29398</guid>
      <dc:creator>kartiknatarajan</dc:creator>
      <dc:date>2013-02-25T12:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone using mfw_h264decoder on i.MX53?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Anyone-using-mfw-h264decoder-on-i-MX53/m-p/271452#M29399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mfw_h264decoder is a software decoder. mx53 has a hardware decoder (VPU) and you should use &lt;STRONG&gt;mfw_vpudecoder &lt;/STRONG&gt;instead.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2013 16:35:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Anyone-using-mfw-h264decoder-on-i-MX53/m-p/271452#M29399</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2013-02-25T16:35:25Z</dc:date>
    </item>
  </channel>
</rss>

