Re: video decode problem

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

Re: video decode problem

651 Views
jimmychan
NXP TechSupport
NXP TechSupport

Vitaliy Khomko wrote:

I am creating simple playback pipeline.

I noticed video decoding problem when playback pipeline is constructed using Freescale's mfw_vpudecoder element on IMX53QSB evm with root file system created by LTIB tool.

When playing some videos, green screen effect with some random color noise is observed.

Example pipelines are as follows:

gst-launch playbin2 uri=file:///home/user/green2.mp4

gst-launch filesrc location=/home/user/green2.mp4 typefind=true ! aiurdemux name=dmx dmx.video_00 ! mfw_vpudecoder ! mfw_isink

Problematic media file is attached to the message.

The problem does not exist when Freescale's mfw_vpudecoder element is replaced by software-based decoder ffdec_h264.

Please give me some advise on how to resolve this problem, or, advise how to catch information about such error via GStreamer bus watch. So that I can detect hardware accelerator failure and use software-based ffdec_h264 on such occasions.

Thank you for your time.

Tags (2)
0 Kudos
2 Replies

370 Views
lily_zhang
NXP Employee
NXP Employee

There is MX51/MX53 VPU firmware update to fix H264 mosaic issue. You can get it from internal server:  http://sw-git01-tx30.am.freescale.net/cgi-bin/gitweb.cgi?p=linux-firmware-imx.git;a=commit;h=e7bac34...

Or see attachment.

370 Views
jimmychan
NXP TechSupport
NXP TechSupport

Thanks Lily. :smileyhappy:

0 Kudos