On 28 March 2014 06:05, Meenakumari Shedole <meenakumar...@hcl.com> wrote:
> 1. playbin2 + avi/3gp is working properly because of xvimagesink is used 
> interally.
> 2. playbin2 + mp4 is not taking vaapi sink, we need to manually set 
> video-sink=vaapisink.
>    Also we are getting arbitrary crash while setting the qml video window id 
> to the vaapi sink.
>    So we are not getting any single pipe to play mp4/avi/3gp stuff.

The important question is what recipe are you using to get the vaapi elements?

What happens if you use vaapisink with AVI/3GP?  You should still get
some acceleration.

Note that especially when using vaapi sink you need to wait for the
sink to create the window and then reparent it, you can't provide your
own X window to vaapisink.  This is the usual cause for breakage.  Do
testing with gst-launch before attempting to use your own application.

Ross
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to