<div>Hi All,</div>
<div>        I am trying to decode and display video using gstreamer command line.</div>
<div> </div>
<div>Using the following pipelines, I am not able dispaly video:</div>
<div>1>   $ gst-launch-0.10 filesrc location=H264_test.avi ! avidemux ! h264parse ! omx_h264dec ! queue ! ffmpegcolorspace ! xvimagesink</div>
<div>2>   $ gst-launch-0.10 filesrc location=H264_test.avi ! avidemux ! h264parse ! omx_h264dec ! 'video/x-raw-yuv,format=(fourcc)I420,width=320,height=240,framerate=(fraction)25/1'  ! queue  !  ffmpegcolorspace ! xvimagesink</div>

<div> </div>
<div>I am able to dump the "omx_h264dec" output to file using the following and verified that the YUV is proper:</div>
<div>$ gst-launch-0.10 filesrc location=H264_test.avi ! avidemux ! h264parse ! omx_h264dec ! filesink location=decoded.yuv</div>
<div> </div>
<div>Also, I am able to display the video using "ffdec_h264":</div>
<div>
<div>$ gst-launch-0.10 filesrc location=H264_test.avi ! avidemux ! h264parse ! ffdec_h264 ! xvimagesink</div>
<div> </div>
<div> </div>
<div>Please let me know how to get video displayed using "omx_h264dec".</div>
<div> </div>
<div>Thanking you,</div>
<div>Deepak</div></div>