Render GStreamer video on wayland subsurface.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Render GStreamer video on wayland subsurface.

1,022 Views
kishan_dudhatra
Contributor III

Hi folks;

I am using i.MX8MP(5.4.161 BSP).

I wants to render GStreamer video on Wayland subsurface.

So anyone can suggest on below points:

  1. Can we able to render GStreamer video on subsurface?
  2. Any reference documents or source code available?
  3. How to run Wayland application on full screen?

I refered link1 , link2   but its look like video overlay.

Currently i have created 1.main surfaces and 2.subsurface.

I want to  render video on the subsurface.

MicrosoftTeams-image.jpeg

 

 

Regards,
Kishan Dudhatra
Tags (1)
0 Kudos
1 Reply

1,001 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Please refer weston client demo to realize your subsurface:

https://github.com/wayland-project/weston/blob/main/clients/subsurfaces.c

How to run Wayland application on full screen?

-->You can try to use kiosk-shell.so in weston.ini

shell=kiosk-shell.so

https://archlinuxarm.org/forum/viewtopic.php?f=57&t=15209