Render GStreamer video on wayland subsurface.

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Render GStreamer video on wayland subsurface.

2,347 次查看
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
标记 (1)
0 项奖励
回复
1 回复

2,326 次查看
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