<?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 How to add a plugin to Gstreamer in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-a-plugin-to-Gstreamer/m-p/659432#M101192</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an imx6qsabreauto board. There are not udpsrc or udpsink plugins in GStreamer. Now, I want to add udpsrc and udpsink plugins to GStreamer. How can i build the GStreamer-plugins-good?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 May 2017 08:04:02 GMT</pubDate>
    <dc:creator>lichao90713</dc:creator>
    <dc:date>2017-05-03T08:04:02Z</dc:date>
    <item>
      <title>How to add a plugin to Gstreamer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-a-plugin-to-Gstreamer/m-p/659432#M101192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an imx6qsabreauto board. There are not udpsrc or udpsink plugins in GStreamer. Now, I want to add udpsrc and udpsink plugins to GStreamer. How can i build the GStreamer-plugins-good?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 08:04:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-a-plugin-to-Gstreamer/m-p/659432#M101192</guid>
      <dc:creator>lichao90713</dc:creator>
      <dc:date>2017-05-03T08:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a plugin to Gstreamer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-a-plugin-to-Gstreamer/m-p/659433#M101193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in current yocto, you don't need to install it, you can use udpsrc or udpsink directly.&lt;/P&gt;&lt;P&gt;for example:&lt;BR /&gt;The following command line is an example of how to record and transfer web camera input.&lt;BR /&gt;$GSTL imxv4l2src device=/dev/video1 ! vpuenc_h264 ! rtph264pay ! udpsink host=$HOST_IP&lt;BR /&gt;HOST_IP is the IP/multicast group to send the packets to.&lt;BR /&gt;This command line is an example of how to receive and display web camera input.&lt;BR /&gt;$GSTL udpsrc ! application/x-rtp ! rtph264depay ! vpudec ! imxv4l2sink&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 08:46:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-a-plugin-to-Gstreamer/m-p/659433#M101193</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2017-05-04T08:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a plugin to Gstreamer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-a-plugin-to-Gstreamer/m-p/659434#M101194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know, but it has a warning "WARNING: erroneous pipeline: no element "udpsrc"" when I use the command line. So, It doesn't have the element "udpsrc"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 01:35:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-a-plugin-to-Gstreamer/m-p/659434#M101194</guid>
      <dc:creator>lichao90713</dc:creator>
      <dc:date>2017-05-05T01:35:59Z</dc:date>
    </item>
  </channel>
</rss>

