On Tue, Mar 21, 2017 at 7:21 PM, Fabio Estevam <feste...@gmail.com> wrote:
> Hi Carlos,
>
> I am using FSL Community Yocto Project pre-built image from
> http://freescale.github.io/#download (FSLC X11 2.2.1) and I see
> massive tearing with this image on a imx6q-sabresd board.
>
> Tearing does not happen with the NXP Yocto Project image though.
>
> The video I am using to test it is this one:
> https://www.dropbox.com/s/rffh3biq7o6z33v/tearing.mp4?dl=0
>
> and I launch it simply via:
>  gst-launch-1.0 playbin uri=file:///home/tearing.mp4
>
> Any ideas on how to fix the tearing with gstreamer-imx plugins?

gst-launch-1.0 filesrc location=/home/tearing.mp4 ! decodebin !
imxipuvideosink use-vsync=true

runs without tearing.

But we need to play the video in fb1 as fb0 is the user interface, so I tried:

gst-launch-1.0 filesrc location=/home/tearing.mp4 ! decodebin !
imxipuvideosink use-vsync=true sync=true framebuffer=/dev/fb1, and
this causes error:

New clock: GstSystemClock
mxc_ipu mxc_ipu: ERR: no-0x0,ipu_queue_task err:-22
mxc_ipu mxc_ipu: ERR: no-0x0,ipu_queue_task err:-22
mxc_ipu mxc_ipu: ERR: no-0x0,ipu_queue_task err:-22
mxc_ipu mxc_ipu: ERR: no-0x0,ipu_queue_task err:-22

Any ideas?

Thanks
-- 
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to