Render GStreamer video on wayland subsurface.

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Render GStreamer video on wayland subsurface.

1,571件の閲覧回数
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 返信

1,550件の閲覧回数
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