<?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 Render GStreamer video on wayland subsurface. in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Render-GStreamer-video-on-wayland-subsurface/m-p/1469322#M191189</link>
    <description>&lt;P&gt;Hi folks;&lt;/P&gt;&lt;P&gt;I am using i.MX8MP(5.4.161 BSP).&lt;/P&gt;&lt;P&gt;I wants to render GStreamer video on Wayland subsurface.&lt;/P&gt;&lt;P&gt;So anyone can suggest on below points:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Can we able to render GStreamer video on subsurface?&lt;/LI&gt;&lt;LI&gt;Any reference documents or source code available?&lt;/LI&gt;&lt;LI&gt;How to run Wayland application on full screen?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I refered &lt;A href="https://community.nxp.com/t5/i-MX-Processors/iMX8-gstreamer-waylandsink-not-working-when-used-with-gst-video/m-p/883371/highlight/true#M133870" target="_self"&gt;link1&lt;/A&gt; , &lt;A href="https://community.nxp.com/t5/i-MX-Processors/Playing-a-specific-Video-using-waylandsink-not-rendering-under-a/td-p/939044" target="_self"&gt;link2&lt;/A&gt;&amp;nbsp;&amp;nbsp; but its look like video overlay.&lt;/P&gt;&lt;P&gt;Currently i have created 1.main surfaces and 2.subsurface.&lt;/P&gt;&lt;P&gt;I want to&amp;nbsp; render video on the subsurface.&lt;/P&gt;&lt;P&gt; &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MicrosoftTeams-image.jpeg" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/182300i7FBD39CE89DDA3C1/image-size/large?v=v2&amp;amp;px=999" role="button" title="MicrosoftTeams-image.jpeg" alt="MicrosoftTeams-image.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jun 2022 13:24:46 GMT</pubDate>
    <dc:creator>kishan_dudhatra</dc:creator>
    <dc:date>2022-06-06T13:24:46Z</dc:date>
    <item>
      <title>Render GStreamer video on wayland subsurface.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Render-GStreamer-video-on-wayland-subsurface/m-p/1469322#M191189</link>
      <description>&lt;P&gt;Hi folks;&lt;/P&gt;&lt;P&gt;I am using i.MX8MP(5.4.161 BSP).&lt;/P&gt;&lt;P&gt;I wants to render GStreamer video on Wayland subsurface.&lt;/P&gt;&lt;P&gt;So anyone can suggest on below points:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Can we able to render GStreamer video on subsurface?&lt;/LI&gt;&lt;LI&gt;Any reference documents or source code available?&lt;/LI&gt;&lt;LI&gt;How to run Wayland application on full screen?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I refered &lt;A href="https://community.nxp.com/t5/i-MX-Processors/iMX8-gstreamer-waylandsink-not-working-when-used-with-gst-video/m-p/883371/highlight/true#M133870" target="_self"&gt;link1&lt;/A&gt; , &lt;A href="https://community.nxp.com/t5/i-MX-Processors/Playing-a-specific-Video-using-waylandsink-not-rendering-under-a/td-p/939044" target="_self"&gt;link2&lt;/A&gt;&amp;nbsp;&amp;nbsp; but its look like video overlay.&lt;/P&gt;&lt;P&gt;Currently i have created 1.main surfaces and 2.subsurface.&lt;/P&gt;&lt;P&gt;I want to&amp;nbsp; render video on the subsurface.&lt;/P&gt;&lt;P&gt; &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MicrosoftTeams-image.jpeg" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/182300i7FBD39CE89DDA3C1/image-size/large?v=v2&amp;amp;px=999" role="button" title="MicrosoftTeams-image.jpeg" alt="MicrosoftTeams-image.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2022 13:24:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Render-GStreamer-video-on-wayland-subsurface/m-p/1469322#M191189</guid>
      <dc:creator>kishan_dudhatra</dc:creator>
      <dc:date>2022-06-06T13:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Render GStreamer video on wayland subsurface.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Render-GStreamer-video-on-wayland-subsurface/m-p/1471221#M191301</link>
      <description>&lt;P&gt;Please refer weston client demo to realize your subsurface:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/wayland-project/weston/blob/main/clients/subsurfaces.c" target="_blank"&gt;https://github.com/wayland-project/weston/blob/main/clients/subsurfaces.c&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;How to run Wayland application on full screen?&lt;/P&gt;
&lt;P&gt;--&amp;gt;You can try to use&amp;nbsp;&lt;SPAN&gt;kiosk-shell.so in weston.ini&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;shell=kiosk-shell.so&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://archlinuxarm.org/forum/viewtopic.php?f=57&amp;amp;t=15209" target="_blank"&gt;https://archlinuxarm.org/forum/viewtopic.php?f=57&amp;amp;t=15209&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 05:42:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Render-GStreamer-video-on-wayland-subsurface/m-p/1471221#M191301</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2022-06-09T05:42:05Z</dc:date>
    </item>
  </channel>
</rss>

