<?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: Help with mfw_isink in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Help-with-mfw-isink/m-p/393082#M57370</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I split the pipeline into two (or more) as you said, the first run command is always at the bottom. What you have suggested is more of a fix and not a solution. But in my case, I'm required to execute both the pipelines as one. So I was expecting a way to explicitly mention which overlay to be put in which layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/BiyongSUN"&gt;BiyongSUN&lt;/A&gt;​ Take your own example. Would it be possible to make the third pipeline to be on the second overlay, without changing the order in which the commands are executed? i.e pattern 9 should be on top of pattern 10.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jul 2015 05:54:22 GMT</pubDate>
    <dc:creator>dilipkumar</dc:creator>
    <dc:date>2015-07-30T05:54:22Z</dc:date>
    <item>
      <title>Help with mfw_isink</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Help-with-mfw-isink/m-p/393080#M57368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to superimpose a video over another video by using the mfw_isink element in gstreamer. I can't find out how to specify which video should be present on top and which video should be present below. Even the documentation provided in Linux_Multimedia_Framework_Docs_MX6X does not specify how to do that. One thing i noticed is that whichever VS is created last is present on top. For example if 2 overlays VS0 (0,0-800,800:800x800) and VS1 (200,200-1000,1000:800x800) are created in the same order, The video present in VS1 superimposes on top of the video present in VS0. The pipelines I'm using are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gst-launch videotestsrc ! mfw_isink display=master axis-left=0 axis-top=0 disp-width=800 disp-height=800 videotestsrc ! mfw_isink display=master axis-left=200 axis-top=200 disp-width=800 disp-height=800 rotation=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gst-launch videotestsrc ! mfw_isink display=master axis-left=0 axis-top=0 disp-width=800 disp-height=800 videotestsrc ! mfw_isink display=null display-1=master axis-left-1=200 axis-top-1=200 disp-width-1=800&amp;nbsp;&amp;nbsp; disp-height-1=800 rotation-1=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By repeatedly running either of the above pipelines, sometimes i get the rotated video to be present on top. This is because, for that instance VS0 contains video in window (200,200-1000,1000:800x800) and VS1 contains video in (0,0-800,800:800x800). I don't know why this happens but this happens randomly. I want know how to make the rotated video appear on top of the other video. Or is there anyway to specify which overlay should be created first (or present in top/bottom)? Any comments or suggestions are welcome. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 10:37:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Help-with-mfw-isink/m-p/393080#M57368</guid>
      <dc:creator>dilipkumar</dc:creator>
      <dc:date>2015-07-29T10:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Help with mfw_isink</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Help-with-mfw-isink/m-p/393081#M57369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;export VSALPHA=1&lt;/P&gt;&lt;P&gt;gst-launch videotestsrc&amp;nbsp; ! mfw_isink&amp;nbsp; axis-top=0 axis-left=0 disp-width=320 disp-height=240&amp;amp;&lt;/P&gt;&lt;P&gt;gst-launch videotestsrc pattern=9 ! mfw_isink&amp;nbsp; axis-top=0 axis-left=320 disp-width=320 disp-height=240&amp;amp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;gst-launch videotestsrc pattern=10 ! mfw_isink&amp;nbsp; axis-top=240 axis-left=0 disp-width=320 disp-height=240&amp;amp; &lt;/P&gt;&lt;P&gt;gst-launch videotestsrc pattern=15 ! mfw_isink&amp;nbsp; axis-top=240 axis-left=320 disp-width=320 disp-height=240&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 04:39:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Help-with-mfw-isink/m-p/393081#M57369</guid>
      <dc:creator>BiyongSUN</dc:creator>
      <dc:date>2015-07-30T04:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help with mfw_isink</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Help-with-mfw-isink/m-p/393082#M57370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I split the pipeline into two (or more) as you said, the first run command is always at the bottom. What you have suggested is more of a fix and not a solution. But in my case, I'm required to execute both the pipelines as one. So I was expecting a way to explicitly mention which overlay to be put in which layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/BiyongSUN"&gt;BiyongSUN&lt;/A&gt;​ Take your own example. Would it be possible to make the third pipeline to be on the second overlay, without changing the order in which the commands are executed? i.e pattern 9 should be on top of pattern 10.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 05:54:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Help-with-mfw-isink/m-p/393082#M57370</guid>
      <dc:creator>dilipkumar</dc:creator>
      <dc:date>2015-07-30T05:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help with mfw_isink</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Help-with-mfw-isink/m-p/393083#M57371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try gst-launch-1.0&amp;nbsp; overlaysink in 3.10.53 release&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 09:06:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Help-with-mfw-isink/m-p/393083#M57371</guid>
      <dc:creator>BiyongSUN</dc:creator>
      <dc:date>2015-07-30T09:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help with mfw_isink</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Help-with-mfw-isink/m-p/393084#M57372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dilip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe one can also look at attached Linux Guide sect.7.6.2 mfw_isink usage&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 11:11:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Help-with-mfw-isink/m-p/393084#M57372</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-07-30T11:11:07Z</dc:date>
    </item>
  </channel>
</rss>

