Display video using clutter

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

Display video using clutter

400 次查看
barish_malshika
Contributor I

Hello,
We have custom
i.MX 8M Mini board on which the two 480x320 TFT display is interfaced using MIPI DSI.

We can display the video using gstreamer using the following command from the terminal:
gst-launch-1.0 filesrc location=video.mp4 ! video/quicktime ! qtdemux ! queue ! vpudec ! queue ! waylandsink sync=false window-width=320 window-height=480

We want to display the video using the application and the requirement is that we have to use a clutter library. We have found from (
https://wiki.gnome.org/Projects/Clutter) that the clutter-gst can be used to display the video using the gstreamer.

Please provide a reference to the following things
1) Integrate the clutter and clutter-gst in yocto build.
2) Simple application recipe to display video using the clutter API.

0 项奖励
1 回复

392 次查看
igorpadykov
NXP Employee
NXP Employee

Hi barish_malshika

 

one can try to follow below links:

https://packages.debian.org/jessie/gstreamer1.0-clutter

https://boundarydevices.com/wiki/debian-for-nitrogen8/

 

Best regards
igor

0 项奖励