[yocto] Help-Gstreamer Vaapi Plugin Issue in 1080p mp4 playback

Burton, Ross ross.burton at intel.com
Fri Mar 28 04:12:03 PDT 2014


On 28 March 2014 06:05, Meenakumari Shedole <meenakumari.s at 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



More information about the yocto mailing list