<?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 Using Gstreamer Plugins with Kernel &amp;gt;= v4.1 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Using-Gstreamer-Plugins-with-Kernel-gt-v4-1/m-p/448632#M69322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;i currently try to use the gstreamer-plugins (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://github.com/Freescale/gstreamer-imx" rel="nofollow"&gt;http://github.com/Freescale/gstreamer-imx&lt;/A&gt;&lt;SPAN&gt;) with a more recent, mainline kernel (4.1).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;As far as i can see the plugins at least rely on the mxc_ipu device, which was registered on the older freescale kernel&lt;/P&gt;&lt;P&gt;(drivers/mxc/ipu_device.c) versions. As the mainline kernel does not contain code for a IPU device node but we need to use&lt;/P&gt;&lt;P&gt;a more recent version of the kernel, i have a few questions on how to proceed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- are there some patches available for kernel &amp;gt;= 4.1 or the gstreamer-plugins to get the gstreamer work?&lt;/P&gt;&lt;P&gt;- is there another way to en-/decode video data (and overlay) using the hardware accelerated functionality? - and which tools can i use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;Fabian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Oct 2015 08:27:38 GMT</pubDate>
    <dc:creator>efge</dc:creator>
    <dc:date>2015-10-09T08:27:38Z</dc:date>
    <item>
      <title>Using Gstreamer Plugins with Kernel &gt;= v4.1</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-Gstreamer-Plugins-with-Kernel-gt-v4-1/m-p/448632#M69322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;i currently try to use the gstreamer-plugins (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://github.com/Freescale/gstreamer-imx" rel="nofollow"&gt;http://github.com/Freescale/gstreamer-imx&lt;/A&gt;&lt;SPAN&gt;) with a more recent, mainline kernel (4.1).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;As far as i can see the plugins at least rely on the mxc_ipu device, which was registered on the older freescale kernel&lt;/P&gt;&lt;P&gt;(drivers/mxc/ipu_device.c) versions. As the mainline kernel does not contain code for a IPU device node but we need to use&lt;/P&gt;&lt;P&gt;a more recent version of the kernel, i have a few questions on how to proceed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- are there some patches available for kernel &amp;gt;= 4.1 or the gstreamer-plugins to get the gstreamer work?&lt;/P&gt;&lt;P&gt;- is there another way to en-/decode video data (and overlay) using the hardware accelerated functionality? - and which tools can i use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;Fabian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 08:27:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-Gstreamer-Plugins-with-Kernel-gt-v4-1/m-p/448632#M69322</guid>
      <dc:creator>efge</dc:creator>
      <dc:date>2015-10-09T08:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using Gstreamer Plugins with Kernel &gt;= v4.1</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-Gstreamer-Plugins-with-Kernel-gt-v4-1/m-p/448633#M69323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Fabian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seems latest kernel with ipu support is 3.14.38&lt;/P&gt;&lt;P&gt;&lt;A href="http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/commit/arch/arm/boot/dts?h=imx_3.14.38_6qp_beta" title="http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/commit/arch/arm/boot/dts?h=imx_3.14.38_6qp_beta"&gt;linux-2.6-imx.git - Freescale i.MX Linux Tree&lt;/A&gt; &lt;/P&gt;&lt;P&gt;freescale provides hardware accelerated codecs for each kernel release,&lt;/P&gt;&lt;P&gt;I am afraid there is no another way to en-/decode video data (and overlay) using&lt;/P&gt;&lt;P&gt;the hardware accelerated functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 03:31:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-Gstreamer-Plugins-with-Kernel-gt-v4-1/m-p/448633#M69323</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-10-19T03:31:56Z</dc:date>
    </item>
  </channel>
</rss>

