Display video using clutter

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

Display video using clutter

395 Views
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 Kudos
1 Reply

387 Views
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 Kudos