This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-AM335X: ti-processor-sdk-linux-am335x-evm-06.03.00.106 Multimedia application ( video play)

Part Number: PROCESSOR-SDK-AM335X

Hello TI ,

I am using a Beagle bone black along with a 4.3" LCD cape ( BB-cape-disp-ct43 ). 

Software used is ti-processor-sdk-linux-am335x-evm-06.03.00.106

I am trying to run the video playback using gstreamer , 

Opt 1 gst-launch-0.10 filesrc location=/usr/video/hello.mpg ! qtdemux name=demux demux.audio_00 ! queue ! ffdec_aac ! alsasink sync=false demux.video_00 ! queue ! ffdec_mpeg4 ! ffmpegcolorspace ! fbdevsink device=/dev/fb0
Opt2 gst-launch-0.10 filesrc location=/usr/video/hello.mp4 ! mpeg4videoparse ! ffdec_mpeg4 ! ffmpegcolorspace ! fbdevsink device=/dev/fb0
Opt3 gst-launch-1.0 filesrc location=/usr/video/hello.mp4 ! decodebin ! videoconvert ! fbdevsink

Always been getting errors 

WARNING: erroneous pipeline: no element 

OR 

Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Redistribute latency...
Illegal instruction (core dumped)

Please Suggest

Video format : Codec: H264 - MPEG-4 AVC (part 10) (avc1) 

Regards

Chetan.M