<?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>topic Re: gstreamer in directFB image in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/gstreamer-in-directFB-image/m-p/321363#M42883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would recommend downloading the Yocto BSP release as it contains more codecs than the Community BSP. Are you working on the BSP release or the community BSP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may find the steps to download the i.MX6 BSP Release on the L3.10.17 i.MX6 Documentation Bundle available on the documentation page. Please look for L3.10.17_1.0.0_LINUX_DOCS (Linux 3.10.17 BSP &amp;amp; MM Bundle) &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX6Q&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX6Q&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then look for Freescale Yocto Project User's Guide.&lt;/P&gt;&lt;P&gt;Just to ease things the key information would be the repo which is:&lt;/P&gt;&lt;P&gt;$ mkdir fsl-release-bsp&lt;/P&gt;&lt;P&gt;$ cd fsl-release-bsp&lt;/P&gt;&lt;P&gt;$ repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.10.17-1.0.0_ga&lt;/P&gt;&lt;P&gt;$ repo sync&lt;/P&gt;&lt;P&gt;$ MACHINE=&amp;lt; machine name&amp;gt; source fsl-setup-release.sh -b &amp;lt;build directory&amp;gt; -e &amp;lt;backend fb,&lt;/P&gt;&lt;P&gt;dfb, wayland, x11&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jul 2014 20:45:28 GMT</pubDate>
    <dc:creator>gusarambula</dc:creator>
    <dc:date>2014-07-22T20:45:28Z</dc:date>
    <item>
      <title>gstreamer in directFB image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gstreamer-in-directFB-image/m-p/321362#M42882</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 intend to test the gstreamer video decoding and camera streaming capability using the directFB image (bitbake fsl-image-dfb). However, I notice that the gstreamer in the dfb image is very minimal and does not have the elements like mfw_v4lsrc (camera input), vpudec (hardware video decoder) etc. &lt;/P&gt;&lt;P&gt;Is there an image in the bsp that can do what i required, running camera streaming and video decoding using gstreamer to directFB? Or i need to custom-made my image?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Zhen Cong Tee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 09:07:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gstreamer-in-directFB-image/m-p/321362#M42882</guid>
      <dc:creator>zhencongtee</dc:creator>
      <dc:date>2014-07-17T09:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: gstreamer in directFB image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gstreamer-in-directFB-image/m-p/321363#M42883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would recommend downloading the Yocto BSP release as it contains more codecs than the Community BSP. Are you working on the BSP release or the community BSP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may find the steps to download the i.MX6 BSP Release on the L3.10.17 i.MX6 Documentation Bundle available on the documentation page. Please look for L3.10.17_1.0.0_LINUX_DOCS (Linux 3.10.17 BSP &amp;amp; MM Bundle) &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX6Q&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX6Q&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then look for Freescale Yocto Project User's Guide.&lt;/P&gt;&lt;P&gt;Just to ease things the key information would be the repo which is:&lt;/P&gt;&lt;P&gt;$ mkdir fsl-release-bsp&lt;/P&gt;&lt;P&gt;$ cd fsl-release-bsp&lt;/P&gt;&lt;P&gt;$ repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.10.17-1.0.0_ga&lt;/P&gt;&lt;P&gt;$ repo sync&lt;/P&gt;&lt;P&gt;$ MACHINE=&amp;lt; machine name&amp;gt; source fsl-setup-release.sh -b &amp;lt;build directory&amp;gt; -e &amp;lt;backend fb,&lt;/P&gt;&lt;P&gt;dfb, wayland, x11&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 20:45:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gstreamer-in-directFB-image/m-p/321363#M42883</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2014-07-22T20:45:28Z</dc:date>
    </item>
  </channel>
</rss>

