Hi all,
I'm sorry, because there was no reply from TIC, I posted the same question here.
We designed the product using i.MX53.
The product continues playing back Movie files.
The LCD panel used for their product is special size.
* It has the resolution of 1366x768.
We are using as the base Linux-BSP11.09 provided from freescale.
MP4 file play back by isink-plugin of gstreamer included in BSP.
It worked fine.
Recently, we planned the product using the LCD panel of new resolution.
* The new LCD panel size is 1920x360.
However, isink does not work in new display size.
* when using V4L, it works correctly.
. Work correctly
gst-launch playbin2 uri=file:////mnt/home/BN_OOATARI.mp4 video-sink="mfw_v4lsink axis-top=0 axis-left=0 disp-width=1920 disp-height=360"
. Error occurs
gst-launch playbin2 uri=file:////mnt/home/BN_OOATARI.mp4 video-sink="mfw_isink axis-top=0 axis-left=0 disp-width=1920 disp-height=360"
* A difference is only mfw_v4lsink/mfw_isink.
A console output when Error occurs is attached.
Although we are investigating the cause, It seems that the IDMAC_EOF_EN_22 interrupt of IPU_INT_CTRL_1 will not generate in the end of playing if display width exceeds 1400.
They doubt IPU.
Please tell me how to work isink correctly.
Please let me know anything.
Best Regards,
Fukutomi
Avnet
Original Attachment has been moved to: isink_error_log.txt.zip
Original Attachment has been moved to: diff.linux.drivers.ldb.patch.zip