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.

h264dec of 1080p on dm368

 hi,

i am using dm368-dvsdk4 and i had encoded videotestsrc of resolution 1920x1088 with the following pipeline

 

gst-launch-0.10 -v videotestsrc num-buffers=100 ! video/x-raw-yuv, format=\(fourcc\)NV12, width=1920, height=1088 ! TIVidenc1 codecName=h264enc engineName=codecServer ! filesink location=output_cap_1088P.264

now iam trying to decode the above generated .264 file by using the following pipeline

gst-launch-0.10 -v filesrc location=output_cap_1088P.264 !  TIViddec2 codecName=mpeg4dec engineName=codecServer ! TIDmaiVideoSink displayStd=V4L2  displayDevice=/dev/video2 videoStd=D1_NTSC videoOutput=composite accelFrameCopy=FALSE sync=false

and i observed debug logs of dmai,ce as:

 ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x917a0, retVal=0xffffffff)
 ti.sdo.dmai - [Vdec2] VIDDEC2_process() ret -1 inId 0 inUse 0 consumed 109
 ti.sdo.dmai - [Vdec2] VIDDEC2_process() non-fatal error 0x200d


So, could any one please solve this issue will be great help . thanking you in advance

Thanks
Siva Prasad