<?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 resize the video in gstreamer-1.0? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-resize-the-video-in-gstreamer-1-0/m-p/417840#M62865</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can anybody tell me how to resize the video in gstreamer-1.0 ?&lt;/P&gt;&lt;P&gt;I found that no such elements "mfw_ipucsc" or named begin with "mfw" in my development environment ?&lt;/P&gt;&lt;P&gt;I know the gstreamer have this capabilities ? But I don't know how to use .&lt;/P&gt;&lt;P&gt;Pls help me ,thanks very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jun 2015 01:22:08 GMT</pubDate>
    <dc:creator>neohong</dc:creator>
    <dc:date>2015-06-02T01:22:08Z</dc:date>
    <item>
      <title>How to resize the video in gstreamer-1.0?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-resize-the-video-in-gstreamer-1-0/m-p/417840#M62865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can anybody tell me how to resize the video in gstreamer-1.0 ?&lt;/P&gt;&lt;P&gt;I found that no such elements "mfw_ipucsc" or named begin with "mfw" in my development environment ?&lt;/P&gt;&lt;P&gt;I know the gstreamer have this capabilities ? But I don't know how to use .&lt;/P&gt;&lt;P&gt;Pls help me ,thanks very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 01:22:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-resize-the-video-in-gstreamer-1-0/m-p/417840#M62865</guid>
      <dc:creator>neohong</dc:creator>
      <dc:date>2015-06-02T01:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to resize the video in gstreamer-1.0?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-resize-the-video-in-gstreamer-1-0/m-p/417841#M62866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you need to resize to output, pls try to use the paramters "disp-width" and "disp-height"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 08:13:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-resize-the-video-in-gstreamer-1-0/m-p/417841#M62866</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2015-06-04T08:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to resize the video in gstreamer-1.0?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-resize-the-video-in-gstreamer-1-0/m-p/417842#M62867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;for example, you can use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;gst-launch v4l2src device=/dev/video0 ! mfw_v4lsink device=/dev/video18 disp-width=1920 disp-height=1080&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vilem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 13:37:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-resize-the-video-in-gstreamer-1-0/m-p/417842#M62867</guid>
      <dc:creator>VilemZ</dc:creator>
      <dc:date>2015-06-04T13:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to resize the video in gstreamer-1.0?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-resize-the-video-in-gstreamer-1-0/m-p/417843#M62868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks ,I have found that v4l2sink has the property to resize the video scale.And I have make it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 09:54:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-resize-the-video-in-gstreamer-1-0/m-p/417843#M62868</guid>
      <dc:creator>neohong</dc:creator>
      <dc:date>2015-07-07T09:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to resize the video in gstreamer-1.0?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-resize-the-video-in-gstreamer-1-0/m-p/417844#M62869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thansk a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 09:56:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-resize-the-video-in-gstreamer-1-0/m-p/417844#M62869</guid>
      <dc:creator>neohong</dc:creator>
      <dc:date>2015-07-07T09:56:25Z</dc:date>
    </item>
  </channel>
</rss>

