Dear OMAP experts,
I recently build the latest version of gst-ti-plugin package (version - 1.00.02) for my OMAP35x evm board.
Here, I can play some of the avi and mp4 videos which is having resolution less than 480p.
But I can't see the display in evm's onboard screen during playback.
I had given the following gstreamer pipeline command to play myavi.avi file which is having resolution 720x480:
gst-launch --gst-debug-no-color --gst-debug=TI*:2 filesrc location=../videos/avi_files/myavi.avi ! typefind ! avidemux name=demux demux.audio_00 ! queue max-size-buffe
rs=1200 max-size-time=0 max-size-bytes=0 ! typefind ! TIAuddec1 ! audioconvert ! audio/x-raw-int, width=16, depth=16 ! alsasink demux.video_00 ! typefind ! TIViddec2 ! TIDmaiVideoSink displayStd=v4l2 displayDevice=/dev/video1 videoStd=VGA videoOutput=LCD resizer=FALSE accelFrameCopy=TRUE rotation=90
While playing I had observed audio sound and cpu load which is around 9 - 11% with accelFrameCopy and 58 - 61% without accelFrameCopy option.
Please suggest me to get display.
Thanks,
Kumar H.P